#8D57C0

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

Shades of Deep Lilac #8D57C0

Tints of Deep Lilac #8D57C0

Color information

#8D57C0 (or 0x8D57C0) is unknown color: approx Deep Lilac. HEX triplet: 8D, 57 and C0. RGB value is (141,87,192). Sum of RGB (Red+Green+Blue) = 141+87+192=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D57C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D57C0 is #72A83F. Grayscale: #727272. Windows color (decimal): -7514176 or 12605325. OLE color: 12605325.

HSL color Cylindrical-coordinate representation of color #8D57C0: hue angle of 270.86º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D57C0 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14187192-
CMYK0.270.5500.25
HSL270.86º45.45%54.71%-
HSV(B)270.86º54.69%75.29%-
XYZ23.9116.2851.75-
YUV115.12171.39146.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 192 (75.39% from 255) = 45.71%
R=33.57%
G=20.71%
B=45.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141871920.270.5500.25270.8645.4554.71
Hex8D57C01B3701910f2d37
Octal21512730033670314175567
Binary1000110110101111100000011011110111011001100001111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D57C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,87,192); }

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

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

 a { background-color: rgb(141,87,192); }

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

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

 span { border-color: rgb(141,87,192); }

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