#8A51A2

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

Shades of Deep Lilac #8A51A2

Tints of Deep Lilac #8A51A2

Color information

#8A51A2 (or 0x8A51A2) is unknown color: approx Deep Lilac. HEX triplet: 8A, 51 and A2. RGB value is (138,81,162). Sum of RGB (Red+Green+Blue) = 138+81+162=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 162 - color contains mainly: blue. Hex color #8A51A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A51A2 is #75AE5D. Grayscale: #6B6B6B. Windows color (decimal): -7712350 or 10637706. OLE color: 10637706.

HSL color Cylindrical-coordinate representation of color #8A51A2: hue angle of 282.22º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A51A2 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13881162-
CMYK0.150.5000.36
HSL282.22º33.33%47.65%-
HSV(B)282.22º50%63.53%-
XYZ19.9513.935.81-
YUV107.28158.88149.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.22%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 162 (63.67% from 255) = 42.52%
R=36.22%
G=21.26%
B=42.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138811620.150.5000.36282.2233.3347.65
Hex8A51A2F3202411a2130
Octal21212124217620444324160
Binary1000101010100011010001011111100100100100100011010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A51A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,81,162); }

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

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

 a { background-color: rgb(138,81,162); }

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

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

 span { border-color: rgb(138,81,162); }

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