#8D57BC

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

Shades of Deep Lilac #8D57BC

Tints of Deep Lilac #8D57BC

Color information

#8D57BC (or 0x8D57BC) is unknown color: approx Deep Lilac. HEX triplet: 8D, 57 and BC. RGB value is (141,87,188). Sum of RGB (Red+Green+Blue) = 141+87+188=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D57BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D57BC is #72A843. Grayscale: #727272. Windows color (decimal): -7514180 or 12343181. OLE color: 12343181.

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

Color convert

RGB14187188-
CMYK0.250.5400.26
HSL272.08º42.98%53.92%-
HSV(B)272.08º53.72%73.73%-
XYZ23.4716.1149.45-
YUV114.66169.39146.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.89%
GREEN value IS 87 (34.38% from 255) = 20.91%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=33.89%
G=20.91%
B=45.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141871880.250.5400.26272.0842.9853.92
Hex8D57BC193601A1102b36
Octal21512727431660324205366
Binary1000110110101111011110011001110110011010100010000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D57BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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