#9E78CB

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

Shades of Lilac Bush #9E78CB

Tints of Lilac Bush #9E78CB

Color information

#9E78CB (or 0x9E78CB) is unknown color: approx Lilac Bush. HEX triplet: 9E, 78 and CB. RGB value is (158,120,203). Sum of RGB (Red+Green+Blue) = 158+120+203=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E78CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E78CB is #618734. Grayscale: #8C8C8C. Windows color (decimal): -6391605 or 13334686. OLE color: 13334686.

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

Color convert

RGB158120203-
CMYK0.220.4100.20
HSL267.47º44.39%63.33%-
HSV(B)267.47º40.89%79.61%-
XYZ31.625.0159.66-
YUV140.82163.09140.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 120 (47.27% from 255) = 24.95%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=32.85%
G=24.95%
B=42.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581202030.220.4100.20267.4744.3963.33
Hex9E78CB162901410b2c3f
Octal23617031326510244135477
Binary1001111011110001100101110110101001010100100001011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E78CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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