#8B59AA

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

Shades of Deep Lilac #8B59AA

Tints of Deep Lilac #8B59AA

Color information

#8B59AA (or 0x8B59AA) is unknown color: approx Deep Lilac. HEX triplet: 8B, 59 and AA. RGB value is (139,89,170). Sum of RGB (Red+Green+Blue) = 139+89+170=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B59AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B59AA is #74A655. Grayscale: #707070. Windows color (decimal): -7644758 or 11164043. OLE color: 11164043.

HSL color Cylindrical-coordinate representation of color #8B59AA: hue angle of 277.04º degrees, saturation: 0.32, 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 #8B59AA is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13989170-
CMYK0.180.4800.33
HSL277.04º32.27%50.78%-
HSV(B)277.04º47.65%66.67%-
XYZ21.4815.5439.9-
YUV113.18160.06146.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=34.92%
G=22.36%
B=42.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139891700.180.4800.33277.0432.2750.78
Hex8B59AA12300211152033
Octal21313125222600414254063
Binary10001011101100110101010100101100000100001100010101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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