#8D51AC

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

Shades of Deep Lilac #8D51AC

Tints of Deep Lilac #8D51AC

Color information

#8D51AC (or 0x8D51AC) is unknown color: approx Deep Lilac. HEX triplet: 8D, 51 and AC. RGB value is (141,81,172). Sum of RGB (Red+Green+Blue) = 141+81+172=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D51AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D51AC is #72AE53. Grayscale: #6D6D6D. Windows color (decimal): -7515732 or 11293069. OLE color: 11293069.

HSL color Cylindrical-coordinate representation of color #8D51AC: hue angle of 279.56º 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 #8D51AC is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14181172-
CMYK0.180.5300.33
HSL279.56º35.97%49.61%-
HSV(B)279.56º52.91%67.45%-
XYZ21.3714.5340.71-
YUV109.31163.38150.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=35.79%
G=20.56%
B=43.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141811720.180.5300.33279.5635.9749.61
Hex8D51AC12350211182432
Octal21512125422650414304462
Binary10001101101000110101100100101101010100001100011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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