#8D53AB

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

Shades of Deep Lilac #8D53AB

Tints of Deep Lilac #8D53AB

Color information

#8D53AB (or 0x8D53AB) is unknown color: approx Deep Lilac. HEX triplet: 8D, 53 and AB. RGB value is (141,83,171). Sum of RGB (Red+Green+Blue) = 141+83+171=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D53AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D53AB is #72AC54. Grayscale: #6E6E6E. Windows color (decimal): -7515221 or 11228045. OLE color: 11228045.

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

Color convert

RGB14183171-
CMYK0.180.5100.33
HSL279.55º34.65%49.8%-
HSV(B)279.55º51.46%67.06%-
XYZ21.4314.7940.25-
YUV110.37162.22149.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=35.70%
G=21.01%
B=43.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141831710.180.5100.33279.5534.6549.8
Hex8D53AB12330211182332
Octal21512325322630414304362
Binary10001101101001110101011100101100110100001100011000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D53AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,83,171); }

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

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

 a { background-color: rgb(141,83,171); }

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

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

 span { border-color: rgb(141,83,171); }

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