#9E7DC5

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

Shades of Lilac Bush #9E7DC5

Tints of Lilac Bush #9E7DC5

Color information

#9E7DC5 (or 0x9E7DC5) is unknown color: approx Lilac Bush. HEX triplet: 9E, 7D and C5. RGB value is (158,125,197). Sum of RGB (Red+Green+Blue) = 158+125+197=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #9E7DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7DC5 is #61823A. Grayscale: #8E8E8E. Windows color (decimal): -6390331 or 12942750. OLE color: 12942750.

HSL color Cylindrical-coordinate representation of color #9E7DC5: hue angle of 267.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E7DC5 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB158125197-
CMYK0.200.3700.23
HSL267.5º38.3%63.14%-
HSV(B)267.5º36.55%77.25%-
XYZ31.5125.9756.17-
YUV143.07158.43138.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 125 (49.22% from 255) = 26.04%
BLUE value IS 197 (77.34% from 255) = 41.04%
R=32.92%
G=26.04%
B=41.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1581251970.200.3700.23267.538.363.14
Hex9E7DC5142501710c263f
Octal23617530524450274144677
Binary1001111011111011100010110100100101010111100001100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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