#9E7CCC

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

Shades of Lilac Bush #9E7CCC

Tints of Lilac Bush #9E7CCC

Color information

#9E7CCC (or 0x9E7CCC) is unknown color: approx Lilac Bush. HEX triplet: 9E, 7C and CC. RGB value is (158,124,204). Sum of RGB (Red+Green+Blue) = 158+124+204=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7CCC is #618333. Grayscale: #8F8F8F. Windows color (decimal): -6390580 or 13401246. OLE color: 13401246.

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

Color convert

RGB158124204-
CMYK0.230.3900.2
HSL265.5º43.96%64.31%-
HSV(B)265.5º39.22%80%-
XYZ32.2126.0460.46-
YUV143.29162.26138.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.51%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=32.51%
G=25.51%
B=41.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581242040.230.3900.2265.543.9664.31
Hex9E7CCC172701410a2c40
Octal236174314274702441254100
Binary10011110111110011001100101111001110101001000010101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,124,204); }

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

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

 a { background-color: rgb(158,124,204); }

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

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

 span { border-color: rgb(158,124,204); }

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