#9E7DCD

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

Shades of Lilac Bush #9E7DCD

Tints of Lilac Bush #9E7DCD

Color information

#9E7DCD (or 0x9E7DCD) is unknown color: approx Lilac Bush. HEX triplet: 9E, 7D and CD. RGB value is (158,125,205). Sum of RGB (Red+Green+Blue) = 158+125+205=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7DCD is #618232. Grayscale: #8F8F8F. Windows color (decimal): -6390323 or 13467038. OLE color: 13467038.

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

Color convert

RGB158125205-
CMYK0.230.3900.20
HSL264.75º44.44%64.71%-
HSV(B)264.75º39.02%80.39%-
XYZ32.4526.3461.13-
YUV143.99162.43138-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.38%
GREEN value IS 125 (49.22% from 255) = 25.61%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=32.38%
G=25.61%
B=42.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581252050.230.3900.20264.7544.4464.71
Hex9E7DCD17270141092c41
Octal236175315274702441154101
Binary10011110111110111001101101111001110101001000010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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