#8A51AE

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

Shades of Deep Lilac #8A51AE

Tints of Deep Lilac #8A51AE

Color information

#8A51AE (or 0x8A51AE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 51 and AE. RGB value is (138,81,174). Sum of RGB (Red+Green+Blue) = 138+81+174=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A51AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A51AE is #75AE51. Grayscale: #6C6C6C. Windows color (decimal): -7712338 or 11424138. OLE color: 11424138.

HSL color Cylindrical-coordinate representation of color #8A51AE: hue angle of 276.77º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A51AE is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13881174-
CMYK0.210.5300.32
HSL276.77º36.47%50%-
HSV(B)276.77º53.45%68.24%-
XYZ21.0614.3441.7-
YUV108.64164.88148.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 81 (32.03% from 255) = 20.61%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=35.11%
G=20.61%
B=44.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138811740.210.5300.32276.7736.4750
Hex8A51AE15350201152432
Octal21212125625650404254462
Binary10001010101000110101110101011101010100000100010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A51AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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