#8B6DBB

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

Shades of Lilac Bush #8B6DBB

Tints of Lilac Bush #8B6DBB

Color information

#8B6DBB (or 0x8B6DBB) is unknown color: approx Lilac Bush. HEX triplet: 8B, 6D and BB. RGB value is (139,109,187). Sum of RGB (Red+Green+Blue) = 139+109+187=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B6DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6DBB is #749244. Grayscale: #7E7E7E. Windows color (decimal): -7639621 or 12283275. OLE color: 12283275.

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

Color convert

RGB139109187-
CMYK0.260.4200.27
HSL263.08º36.45%58.04%-
HSV(B)263.08º41.71%73.33%-
XYZ25.0920.0149.55-
YUV126.86161.94136.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.95%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=31.95%
G=25.06%
B=42.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391091870.260.4200.27263.0836.4558.04
Hex8B6DBB1A2A01B107243a
Octal21315527332520334074472
Binary1000101111011011011101111010101010011011100000111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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