#9C6EBE

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

Shades of Lilac Bush #9C6EBE

Tints of Lilac Bush #9C6EBE

Color information

#9C6EBE (or 0x9C6EBE) is unknown color: approx Lilac Bush. HEX triplet: 9C, 6E and BE. RGB value is (156,110,190). Sum of RGB (Red+Green+Blue) = 156+110+190=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C6EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6EBE is #639141. Grayscale: #848484. Windows color (decimal): -6525250 or 12480156. OLE color: 12480156.

HSL color Cylindrical-coordinate representation of color #9C6EBE: hue angle of 274.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C6EBE is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156110190-
CMYK0.180.4200.25
HSL274.5º38.1%58.82%-
HSV(B)274.5º42.11%74.51%-
XYZ28.5821.9451.44-
YUV132.87160.24144.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.21%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=34.21%
G=24.12%
B=41.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561101900.180.4200.25274.538.158.82
Hex9C6EBE122A019112263b
Octal23415627622520314224673
Binary1001110011011101011111010010101010011001100010010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,110,190); }

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

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

 a { background-color: rgb(156,110,190); }

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

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

 span { border-color: rgb(156,110,190); }

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