#9F4DCB

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

Shades of Deep Lilac #9F4DCB

Tints of Deep Lilac #9F4DCB

Color information

#9F4DCB (or 0x9F4DCB) is unknown color: approx Deep Lilac. HEX triplet: 9F, 4D and CB. RGB value is (159,77,203). Sum of RGB (Red+Green+Blue) = 159+77+203=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F4DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DCB is #60B234. Grayscale: #737373. Windows color (decimal): -6337077 or 13323679. OLE color: 13323679.

HSL color Cylindrical-coordinate representation of color #9F4DCB: hue angle of 279.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F4DCB is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15977203-
CMYK0.220.6200.20
HSL279.05º54.78%54.9%-
HSV(B)279.05º62.07%79.61%-
XYZ27.7316.9958.32-
YUV115.88177.17158.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.22%
GREEN value IS 77 (30.47% from 255) = 17.54%
BLUE value IS 203 (79.69% from 255) = 46.24%
R=36.22%
G=17.54%
B=46.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal159772030.220.6200.20279.0554.7854.9
Hex9F4DCB163E0141173737
Octal23711531326760244276767
Binary1001111110011011100101110110111110010100100010111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,77,203); }

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

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

 a { background-color: rgb(159,77,203); }

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

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

 span { border-color: rgb(159,77,203); }

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