#9E78C8

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

Shades of Lilac Bush #9E78C8

Tints of Lilac Bush #9E78C8

Color information

#9E78C8 (or 0x9E78C8) is unknown color: approx Lilac Bush. HEX triplet: 9E, 78 and C8. RGB value is (158,120,200). Sum of RGB (Red+Green+Blue) = 158+120+200=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #9E78C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E78C8 is #618737. Grayscale: #8C8C8C. Windows color (decimal): -6391608 or 13138078. OLE color: 13138078.

HSL color Cylindrical-coordinate representation of color #9E78C8: hue angle of 268.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E78C8 is Cyan = 0.21, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB158120200-
CMYK0.210.400.22
HSL268.5º42.11%62.75%-
HSV(B)268.5º40%78.43%-
XYZ31.2424.8757.8-
YUV140.48161.59140.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.05%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 200 (78.52% from 255) = 41.84%
R=33.05%
G=25.10%
B=41.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1581202000.210.400.22268.542.1162.75
Hex9E78C8152801610c2a3f
Octal23617031025500264145277
Binary1001111011110001100100010101101000010110100001100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E78C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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