#8C6CBA

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

Shades of Lilac Bush #8C6CBA

Tints of Lilac Bush #8C6CBA

Color information

#8C6CBA (or 0x8C6CBA) is unknown color: approx Lilac Bush. HEX triplet: 8C, 6C and BA. RGB value is (140,108,186). Sum of RGB (Red+Green+Blue) = 140+108+186=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C6CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CBA is #739345. Grayscale: #7E7E7E. Windows color (decimal): -7574342 or 12217484. OLE color: 12217484.

HSL color Cylindrical-coordinate representation of color #8C6CBA: hue angle of 264.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C6CBA is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140108186-
CMYK0.250.4200.27
HSL264.62º36.11%57.65%-
HSV(B)264.62º41.94%72.94%-
XYZ25.0419.8548.97-
YUV126.46161.6137.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.26%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=32.26%
G=24.88%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401081860.250.4200.27264.6236.1157.65
Hex8C6CBA192A01B109243a
Octal21415427231520334114472
Binary1000110011011001011101011001101010011011100001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C6CBA; }

 p { color: rgb(140,108,186); }

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

<style>
 a { background-color: #8C6CBA; }

 a { background-color: rgb(140,108,186); }

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

<style>
 span { border-color: #8C6CBA; }

 span { border-color: rgb(140,108,186); }

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