#8D51AA

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

Shades of Deep Lilac #8D51AA

Tints of Deep Lilac #8D51AA

Color information

#8D51AA (or 0x8D51AA) is unknown color: approx Deep Lilac. HEX triplet: 8D, 51 and AA. RGB value is (141,81,170). Sum of RGB (Red+Green+Blue) = 141+81+170=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D51AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D51AA is #72AE55. Grayscale: #6C6C6C. Windows color (decimal): -7515734 or 11161997. OLE color: 11161997.

HSL color Cylindrical-coordinate representation of color #8D51AA: hue angle of 280.45º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D51AA is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14181170-
CMYK0.170.5200.33
HSL280.45º35.46%49.22%-
HSV(B)280.45º52.35%66.67%-
XYZ21.1814.4539.7-
YUV109.09162.38150.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.97%
GREEN value IS 81 (32.03% from 255) = 20.66%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=35.97%
G=20.66%
B=43.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141811700.170.5200.33280.4535.4649.22
Hex8D51AA11340211182331
Octal21512125221640414304361
Binary10001101101000110101010100011101000100001100011000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D51AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,81,170); }

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

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

 a { background-color: rgb(141,81,170); }

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

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

 span { border-color: rgb(141,81,170); }

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