#8A54AB

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

Shades of Deep Lilac #8A54AB

Tints of Deep Lilac #8A54AB

Color information

#8A54AB (or 0x8A54AB) is unknown color: approx Deep Lilac. HEX triplet: 8A, 54 and AB. RGB value is (138,84,171). Sum of RGB (Red+Green+Blue) = 138+84+171=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A54AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A54AB is #75AB54. Grayscale: #6D6D6D. Windows color (decimal): -7711573 or 11228298. OLE color: 11228298.

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

Color convert

RGB13884171-
CMYK0.190.5100.33
HSL277.24º34.12%50%-
HSV(B)277.24º50.88%67.06%-
XYZ2114.6840.26-
YUV110.06162.39147.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=35.11%
G=21.37%
B=43.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138841710.190.5100.33277.2434.1250
Hex8A54AB13330211152232
Octal21212425323630414254262
Binary10001010101010010101011100111100110100001100010101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A54AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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