#8B57BF

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

Shades of Deep Lilac #8B57BF

Tints of Deep Lilac #8B57BF

Color information

#8B57BF (or 0x8B57BF) is unknown color: approx Deep Lilac. HEX triplet: 8B, 57 and BF. RGB value is (139,87,191). Sum of RGB (Red+Green+Blue) = 139+87+191=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B57BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B57BF is #74A840. Grayscale: #727272. Windows color (decimal): -7645249 or 12539787. OLE color: 12539787.

HSL color Cylindrical-coordinate representation of color #8B57BF: hue angle of 270º 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 #8B57BF is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13987191-
CMYK0.270.5400.25
HSL270º44.83%54.51%-
HSV(B)270º54.45%74.9%-
XYZ23.4616.0751.15-
YUV114.4171.23145.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.33%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 191 (75% from 255) = 45.80%
R=33.33%
G=20.86%
B=45.80%

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
Decimal139871910.270.5400.2527044.8354.51
Hex8B57BF1B3601910e2d37
Octal21312727733660314165567
Binary1000101110101111011111111011110110011001100001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B57BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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