#9f4cb6

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

Shades of Deep Lilac #9F4CB6

Tints of Deep Lilac #9F4CB6

Color information

#9F4CB6 (or 0x9F4CB6) is unknown color: approx Deep Lilac. HEX triplet: 9F, 4C and B6. RGB value is (159,76,182). Sum of RGB (Red+Green+Blue) = 159+76+182=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F4CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4CB6 is #60B349. Grayscale: #707070. Windows color (decimal): -6337354 or 11947167. OLE color: 11947167.

HSL color Cylindrical-coordinate representation of color #9F4CB6: hue angle of 286.98º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4CB6 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15976182-
CMYK0.130.5800.29
HSL286.98º42.06%50.59%-
HSV(B)286.98º58.24%71.37%-
XYZ25.3315.9245.99-
YUV112.9167160.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 76 (30.08% from 255) = 18.23%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=38.13%
G=18.23%
B=43.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159761820.130.5800.29286.9842.0650.59
Hex9F4CB6D3A01D11f2a33
Octal23711426615720354375263
Binary100111111001100101101101101111010011101100011111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f4cb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,76,182); }

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

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

 a { background-color: rgb(159,76,182); }

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

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

 span { border-color: rgb(159,76,182); }

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