#8D40AC

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

Shades of Deep Lilac #8D40AC

Tints of Deep Lilac #8D40AC

Color information

#8D40AC (or 0x8D40AC) is unknown color: approx Deep Lilac. HEX triplet: 8D, 40 and AC. RGB value is (141,64,172). Sum of RGB (Red+Green+Blue) = 141+64+172=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D40AC is #72BF53. Grayscale: #626262. Windows color (decimal): -7520084 or 11288717. OLE color: 11288717.

HSL color Cylindrical-coordinate representation of color #8D40AC: hue angle of 282.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D40AC is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14164172-
CMYK0.180.6300.33
HSL282.78º45.76%46.27%-
HSV(B)282.78º62.79%67.45%-
XYZ20.2612.3140.34-
YUV99.34169.01157.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=37.40%
G=16.98%
B=45.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141641720.180.6300.33282.7845.7646.27
Hex8D40AC123F02111b2e2e
Octal21510025422770414335656
Binary10001101100000010101100100101111110100001100011011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D40AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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