#8D53C1

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

Shades of Deep Lilac #8D53C1

Tints of Deep Lilac #8D53C1

Color information

#8D53C1 (or 0x8D53C1) is unknown color: approx Deep Lilac. HEX triplet: 8D, 53 and C1. RGB value is (141,83,193). Sum of RGB (Red+Green+Blue) = 141+83+193=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D53C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D53C1 is #72AC3E. Grayscale: #707070. Windows color (decimal): -7515199 or 12669837. OLE color: 12669837.

HSL color Cylindrical-coordinate representation of color #8D53C1: hue angle of 271.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D53C1 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14183193-
CMYK0.270.5700.24
HSL271.64º47.01%54.12%-
HSV(B)271.64º56.99%75.69%-
XYZ23.715.752.23-
YUV112.88173.22148.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.81%
GREEN value IS 83 (32.81% from 255) = 19.90%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=33.81%
G=19.90%
B=46.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141831930.270.5700.24271.6447.0154.12
Hex8D53C11B390181102f36
Octal21512330133710304205766
Binary1000110110100111100000111011111001011000100010000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D53C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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