#8B6DBA

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

Shades of Lilac Bush #8B6DBA

Tints of Lilac Bush #8B6DBA

Color information

#8B6DBA (or 0x8B6DBA) is unknown color: approx Lilac Bush. HEX triplet: 8B, 6D and BA. RGB value is (139,109,186). Sum of RGB (Red+Green+Blue) = 139+109+186=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 109 (42.97% from 255 or 25.12% 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 #8B6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6DBA is #749245. Grayscale: #7E7E7E. Windows color (decimal): -7639622 or 12217739. OLE color: 12217739.

HSL color Cylindrical-coordinate representation of color #8B6DBA: hue angle of 263.38º 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 #8B6DBA is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139109186-
CMYK0.250.4100.27
HSL263.38º35.81%57.84%-
HSV(B)263.38º41.4%72.94%-
XYZ24.9819.9748.99-
YUV126.75161.44136.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.03%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=32.03%
G=25.12%
B=42.86%

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
Decimal1391091860.250.4100.27263.3835.8157.84
Hex8B6DBA192901B107243a
Octal21315527231510334074472
Binary1000101111011011011101011001101001011011100000111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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