#8A51AC

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

Shades of Deep Lilac #8A51AC

Tints of Deep Lilac #8A51AC

Color information

#8A51AC (or 0x8A51AC) is unknown color: approx Deep Lilac. HEX triplet: 8A, 51 and AC. RGB value is (138,81,172). Sum of RGB (Red+Green+Blue) = 138+81+172=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A51AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A51AC is #75AE53. Grayscale: #6C6C6C. Windows color (decimal): -7712340 or 11293066. OLE color: 11293066.

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

Color convert

RGB13881172-
CMYK0.200.5300.33
HSL277.58º35.97%49.61%-
HSV(B)277.58º52.91%67.45%-
XYZ20.8714.2740.68-
YUV108.42163.88149.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=35.29%
G=20.72%
B=43.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138811720.200.5300.33277.5835.9749.61
Hex8A51AC14350211162432
Octal21212125424650414264462
Binary10001010101000110101100101001101010100001100010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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