#8D53BF

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

Shades of Deep Lilac #8D53BF

Tints of Deep Lilac #8D53BF

Color information

#8D53BF (or 0x8D53BF) is unknown color: approx Deep Lilac. HEX triplet: 8D, 53 and BF. RGB value is (141,83,191). Sum of RGB (Red+Green+Blue) = 141+83+191=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D53BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D53BF is #72AC40. Grayscale: #707070. Windows color (decimal): -7515201 or 12538765. OLE color: 12538765.

HSL color Cylindrical-coordinate representation of color #8D53BF: hue angle of 272.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D53BF is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14183191-
CMYK0.260.5700.25
HSL272.22º45.76%53.73%-
HSV(B)272.22º56.54%74.9%-
XYZ23.4815.6151.07-
YUV112.65172.22148.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 191 (75% from 255) = 46.02%
R=33.98%
G=20%
B=46.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141831910.260.5700.25272.2245.7653.73
Hex8D53BF1A390191102e36
Octal21512327732710314205666
Binary1000110110100111011111111010111001011001100010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D53BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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