#8D53A2

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

Shades of Deep Lilac #8D53A2

Tints of Deep Lilac #8D53A2

Color information

#8D53A2 (or 0x8D53A2) is unknown color: approx Deep Lilac. HEX triplet: 8D, 53 and A2. RGB value is (141,83,162). Sum of RGB (Red+Green+Blue) = 141+83+162=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #8D53A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D53A2 is #72AC5D. Grayscale: #6D6D6D. Windows color (decimal): -7515230 or 10638221. OLE color: 10638221.

HSL color Cylindrical-coordinate representation of color #8D53A2: hue angle of 284.05º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D53A2 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14183162-
CMYK0.130.4900.36
HSL284.05º32.24%48.04%-
HSV(B)284.05º48.77%63.53%-
XYZ20.614.4635.89-
YUV109.35157.72150.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.53%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=36.53%
G=21.50%
B=41.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141831620.130.4900.36284.0532.2448.04
Hex8D53A2D3102411c2030
Octal21512324215610444344060
Binary1000110110100111010001011011100010100100100011100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D53A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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