#8B57C0

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

Shades of Deep Lilac #8B57C0

Tints of Deep Lilac #8B57C0

Color information

#8B57C0 (or 0x8B57C0) is unknown color: approx Deep Lilac. HEX triplet: 8B, 57 and C0. RGB value is (139,87,192). Sum of RGB (Red+Green+Blue) = 139+87+192=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #8B57C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B57C0 is #74A83F. Grayscale: #727272. Windows color (decimal): -7645248 or 12605323. OLE color: 12605323.

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

Color convert

RGB13987192-
CMYK0.280.5500.25
HSL269.71º45.45%54.71%-
HSV(B)269.71º54.69%75.29%-
XYZ23.5716.1151.74-
YUV114.52171.73145.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 87 (34.38% from 255) = 20.81%
BLUE value IS 192 (75.39% from 255) = 45.93%
R=33.25%
G=20.81%
B=45.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139871920.280.5500.25269.7145.4554.71
Hex8B57C01C3701910e2d37
Octal21312730034670314165567
Binary1000101110101111100000011100110111011001100001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B57C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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