#8C57BF

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

Shades of Deep Lilac #8C57BF

Tints of Deep Lilac #8C57BF

Color information

#8C57BF (or 0x8C57BF) is unknown color: approx Deep Lilac. HEX triplet: 8C, 57 and BF. RGB value is (140,87,191). Sum of RGB (Red+Green+Blue) = 140+87+191=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C57BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C57BF is #73A840. Grayscale: #727272. Windows color (decimal): -7579713 or 12539788. OLE color: 12539788.

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

Color convert

RGB14087191-
CMYK0.270.5400.25
HSL270.58º44.83%54.51%-
HSV(B)270.58º54.45%74.9%-
XYZ23.6316.1551.16-
YUV114.7171.06146.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 87 (34.38% from 255) = 20.81%
BLUE value IS 191 (75% from 255) = 45.69%
R=33.49%
G=20.81%
B=45.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140871910.270.5400.25270.5844.8354.51
Hex8C57BF1B3601910f2d37
Octal21412727733660314175567
Binary1000110010101111011111111011110110011001100001111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C57BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,87,191); }

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

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

 a { background-color: rgb(140,87,191); }

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

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

 span { border-color: rgb(140,87,191); }

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