#8A55AB

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

Shades of Deep Lilac #8A55AB

Tints of Deep Lilac #8A55AB

Color information

#8A55AB (or 0x8A55AB) is unknown color: approx Deep Lilac. HEX triplet: 8A, 55 and AB. RGB value is (138,85,171). Sum of RGB (Red+Green+Blue) = 138+85+171=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A55AB is #75AA54. Grayscale: #6E6E6E. Windows color (decimal): -7711317 or 11228554. OLE color: 11228554.

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

Color convert

RGB13885171-
CMYK0.190.5000.33
HSL276.98º33.86%50.2%-
HSV(B)276.98º50.29%67.06%-
XYZ21.0814.8440.28-
YUV110.65162.06147.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=35.03%
G=21.57%
B=43.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138851710.190.5000.33276.9833.8650.2
Hex8A55AB13320211152232
Octal21212525323620414254262
Binary10001010101010110101011100111100100100001100010101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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