#9F4FBA

Color #9F4FBA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9F4FBA

Tints of Deep Lilac #9F4FBA

Color information

#9F4FBA (or 0x9F4FBA) is unknown color: approx Deep Lilac. HEX triplet: 9F, 4F and BA. RGB value is (159,79,186). Sum of RGB (Red+Green+Blue) = 159+79+186=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F4FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4FBA is #60B045. Grayscale: #727272. Windows color (decimal): -6336582 or 12210079. OLE color: 12210079.

HSL color Cylindrical-coordinate representation of color #9F4FBA: hue angle of 284.86º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4FBA is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15979186-
CMYK0.150.5800.27
HSL284.86º43.67%51.96%-
HSV(B)284.86º57.53%72.94%-
XYZ25.9616.5148.27-
YUV115.12168159.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 37.5%
GREEN value IS 79 (31.25% from 255) = 18.63%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=37.5%
G=18.63%
B=43.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159791860.150.5800.27284.8643.6751.96
Hex9F4FBAF3A01B11d2c34
Octal23711727217720334355464
Binary100111111001111101110101111111010011011100011101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F4FBA; }

 p { color: rgb(159,79,186); }

 H1.HeaderClassName
 {
   color: #9F4FBA;
 }
 .AnyTagClassName
 {
   color: #9F4FBA;
 }
</style>
background-color css

<style>
 a { background-color: #9F4FBA; }

 a { background-color: rgb(159,79,186); }

 div.DivClassName
 {
   background-color: #9F4FBA;
 }
 .BgClassName
 {
   background-color: #9F4FBA;
 }
</style>
border-color css

<style>
 span { border-color: #9F4FBA; }

 span { border-color: rgb(159,79,186); }

 td.TdClassName
 {
   border-color: #9F4FBA;
 }
 .TagClassName
 {
   border-color: #9F4FBA;
 }
</style>