#9E51CB

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

Shades of Deep Lilac #9E51CB

Tints of Deep Lilac #9E51CB

Color information

#9E51CB (or 0x9E51CB) is unknown color: approx Deep Lilac. HEX triplet: 9E, 51 and CB. RGB value is (158,81,203). Sum of RGB (Red+Green+Blue) = 158+81+203=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 81 (32.03% from 255 or 18.33% 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 #9E51CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E51CB is #61AE34. Grayscale: #757575. Windows color (decimal): -6401589 or 13324702. OLE color: 13324702.

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

Color convert

RGB15881203-
CMYK0.220.6000.20
HSL277.87º53.98%55.69%-
HSV(B)277.87º60.1%79.61%-
XYZ27.8217.4758.4-
YUV117.93176.01156.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.75%
GREEN value IS 81 (32.03% from 255) = 18.33%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=35.75%
G=18.33%
B=45.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158812030.220.6000.20277.8753.9855.69
Hex9E51CB163C0141163638
Octal23612131326740244266670
Binary1001111010100011100101110110111100010100100010110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E51CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,81,203); }

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

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

 a { background-color: rgb(158,81,203); }

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

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

 span { border-color: rgb(158,81,203); }

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