#8A59AB

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

Shades of Deep Lilac #8A59AB

Tints of Deep Lilac #8A59AB

Color information

#8A59AB (or 0x8A59AB) is unknown color: approx Deep Lilac. HEX triplet: 8A, 59 and AB. RGB value is (138,89,171). Sum of RGB (Red+Green+Blue) = 138+89+171=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A59AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A59AB is #75A654. Grayscale: #707070. Windows color (decimal): -7710293 or 11229578. OLE color: 11229578.

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

Color convert

RGB13889171-
CMYK0.190.4800.33
HSL275.85º32.8%50.98%-
HSV(B)275.85º47.95%67.06%-
XYZ21.415.4940.39-
YUV113160.73145.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.67%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=34.67%
G=22.36%
B=42.96%

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
Decimal138891710.190.4800.33275.8532.850.98
Hex8A59AB13300211142133
Octal21213125323600414244163
Binary10001010101100110101011100111100000100001100010100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A59AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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