#8B59AB

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

Shades of Deep Lilac #8B59AB

Tints of Deep Lilac #8B59AB

Color information

#8B59AB (or 0x8B59AB) is unknown color: approx Deep Lilac. HEX triplet: 8B, 59 and AB. RGB value is (139,89,171). Sum of RGB (Red+Green+Blue) = 139+89+171=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B59AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B59AB is #74A654. Grayscale: #717171. Windows color (decimal): -7644757 or 11229579. OLE color: 11229579.

HSL color Cylindrical-coordinate representation of color #8B59AB: hue angle of 276.59º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B59AB is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13989171-
CMYK0.190.4800.33
HSL276.59º32.8%50.98%-
HSV(B)276.59º47.95%67.06%-
XYZ21.5715.5740.4-
YUV113.3160.56146.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=34.84%
G=22.31%
B=42.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139891710.190.4800.33276.5932.850.98
Hex8B59AB13300211152133
Octal21313125323600414254163
Binary10001011101100110101011100111100000100001100010101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B59AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,89,171); }

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

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

 a { background-color: rgb(139,89,171); }

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

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

 span { border-color: rgb(139,89,171); }

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