#8C6DBA

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

Shades of Lilac Bush #8C6DBA

Tints of Lilac Bush #8C6DBA

Color information

#8C6DBA (or 0x8C6DBA) is unknown color: approx Lilac Bush. HEX triplet: 8C, 6D and BA. RGB value is (140,109,186). Sum of RGB (Red+Green+Blue) = 140+109+186=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DBA is #739245. Grayscale: #7E7E7E. Windows color (decimal): -7574086 or 12217740. OLE color: 12217740.

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

Color convert

RGB140109186-
CMYK0.250.4100.27
HSL264.16º35.81%57.84%-
HSV(B)264.16º41.4%72.94%-
XYZ25.1520.0649-
YUV127.05161.27137.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.18%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=32.18%
G=25.06%
B=42.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401091860.250.4100.27264.1635.8157.84
Hex8C6DBA192901B108243a
Octal21415527231510334104472
Binary1000110011011011011101011001101001011011100001000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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