#8B69BA

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

Shades of Lilac Bush #8B69BA

Tints of Lilac Bush #8B69BA

Color information

#8B69BA (or 0x8B69BA) is unknown color: approx Lilac Bush. HEX triplet: 8B, 69 and BA. RGB value is (139,105,186). Sum of RGB (Red+Green+Blue) = 139+105+186=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B69BA is #749645. Grayscale: #7C7C7C. Windows color (decimal): -7640646 or 12216715. OLE color: 12216715.

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

Color convert

RGB139105186-
CMYK0.250.4400.27
HSL265.19º36.99%57.06%-
HSV(B)265.19º43.55%72.94%-
XYZ24.5619.1448.85-
YUV124.4162.76138.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.33%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=32.33%
G=24.42%
B=43.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391051860.250.4400.27265.1936.9957.06
Hex8B69BA192C01B1092539
Octal21315127231540334114571
Binary1000101111010011011101011001101100011011100001001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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