#9F57CB

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

Shades of Deep Lilac #9F57CB

Tints of Deep Lilac #9F57CB

Color information

#9F57CB (or 0x9F57CB) is unknown color: approx Deep Lilac. HEX triplet: 9F, 57 and CB. RGB value is (159,87,203). Sum of RGB (Red+Green+Blue) = 159+87+203=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F57CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F57CB is #60A834. Grayscale: #797979. Windows color (decimal): -6334517 or 13326239. OLE color: 13326239.

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

Color convert

RGB15987203-
CMYK0.220.5700.20
HSL277.24º52.73%56.86%-
HSV(B)277.24º57.14%79.61%-
XYZ28.4918.558.57-
YUV121.75173.85154.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=35.41%
G=19.38%
B=45.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal159872030.220.5700.20277.2452.7356.86
Hex9F57CB16390141153539
Octal23712731326710244256571
Binary1001111110101111100101110110111001010100100010101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F57CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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