#8C59AB

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

Shades of Deep Lilac #8C59AB

Tints of Deep Lilac #8C59AB

Color information

#8C59AB (or 0x8C59AB) is unknown color: approx Deep Lilac. HEX triplet: 8C, 59 and AB. RGB value is (140,89,171). Sum of RGB (Red+Green+Blue) = 140+89+171=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C59AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C59AB is #73A654. Grayscale: #717171. Windows color (decimal): -7579221 or 11229580. OLE color: 11229580.

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

Color convert

RGB14089171-
CMYK0.180.4800.33
HSL277.32º32.8%50.98%-
HSV(B)277.32º47.95%67.06%-
XYZ21.7415.6640.41-
YUV113.6160.4146.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35%
GREEN value IS 89 (35.16% from 255) = 22.25%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=35%
G=22.25%
B=42.75%

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
Decimal140891710.180.4800.33277.3232.850.98
Hex8C59AB12300211152133
Octal21413125322600414254163
Binary10001100101100110101011100101100000100001100010101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C59AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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