#8A59AA

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

Shades of Deep Lilac #8A59AA

Tints of Deep Lilac #8A59AA

Color information

#8A59AA (or 0x8A59AA) is unknown color: approx Deep Lilac. HEX triplet: 8A, 59 and AA. RGB value is (138,89,170). Sum of RGB (Red+Green+Blue) = 138+89+170=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A59AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A59AA is #75A655. Grayscale: #707070. Windows color (decimal): -7710294 or 11164042. OLE color: 11164042.

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

Color convert

RGB13889170-
CMYK0.190.4800.33
HSL276.3º32.27%50.78%-
HSV(B)276.3º47.65%66.67%-
XYZ21.3115.4539.89-
YUV112.88160.23145.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=34.76%
G=22.42%
B=42.82%

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
Decimal138891700.190.4800.33276.332.2750.78
Hex8A59AA13300211142033
Octal21213125223600414244063
Binary10001010101100110101010100111100000100001100010100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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