#9F50CB

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

Shades of Deep Lilac #9F50CB

Tints of Deep Lilac #9F50CB

Color information

#9F50CB (or 0x9F50CB) is unknown color: approx Deep Lilac. HEX triplet: 9F, 50 and CB. RGB value is (159,80,203). Sum of RGB (Red+Green+Blue) = 159+80+203=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F50CB is #60AF34. Grayscale: #757575. Windows color (decimal): -6336309 or 13324447. OLE color: 13324447.

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

Color convert

RGB15980203-
CMYK0.220.6100.20
HSL278.54º54.19%55.49%-
HSV(B)278.54º60.59%79.61%-
XYZ27.9517.4258.39-
YUV117.64176.17157.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.97%
GREEN value IS 80 (31.64% from 255) = 18.10%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=35.97%
G=18.10%
B=45.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal159802030.220.6100.20278.5454.1955.49
Hex9F50CB163D0141173637
Octal23712031326750244276667
Binary1001111110100001100101110110111101010100100010111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F50CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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