#9E7DCE

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

Shades of Lilac Bush #9E7DCE

Tints of Lilac Bush #9E7DCE

Color information

#9E7DCE (or 0x9E7DCE) is unknown color: approx Lilac Bush. HEX triplet: 9E, 7D and CE. RGB value is (158,125,206). Sum of RGB (Red+Green+Blue) = 158+125+206=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E7DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7DCE is #618231. Grayscale: #8F8F8F. Windows color (decimal): -6390322 or 13532574. OLE color: 13532574.

HSL color Cylindrical-coordinate representation of color #9E7DCE: hue angle of 264.44º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E7DCE is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB158125206-
CMYK0.230.3900.19
HSL264.44º45.25%64.9%-
HSV(B)264.44º39.32%80.78%-
XYZ32.5726.3961.77-
YUV144.1162.93137.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.31%
GREEN value IS 125 (49.22% from 255) = 25.56%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=32.31%
G=25.56%
B=42.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581252060.230.3900.19264.4445.2564.9
Hex9E7DCE17270131082d41
Octal236175316274702341055101
Binary10011110111110111001110101111001110100111000010001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,125,206); }

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

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

 a { background-color: rgb(158,125,206); }

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

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

 span { border-color: rgb(158,125,206); }

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