#8B59C0

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

Shades of Deep Lilac #8B59C0

Tints of Deep Lilac #8B59C0

Color information

#8B59C0 (or 0x8B59C0) is unknown color: approx Deep Lilac. HEX triplet: 8B, 59 and C0. RGB value is (139,89,192). Sum of RGB (Red+Green+Blue) = 139+89+192=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 89 (35.16% from 255 or 21.19% 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 #8B59C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B59C0 is #74A63F. Grayscale: #737373. Windows color (decimal): -7644736 or 12605835. OLE color: 12605835.

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

Color convert

RGB13989192-
CMYK0.280.5400.25
HSL269.13º44.98%55.1%-
HSV(B)269.13º53.65%75.29%-
XYZ23.7316.4451.79-
YUV115.69171.06144.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 192 (75.39% from 255) = 45.71%
R=33.10%
G=21.19%
B=45.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139891920.280.5400.25269.1344.9855.1
Hex8B59C01C3601910d2d37
Octal21313130034660314155567
Binary1000101110110011100000011100110110011001100001101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B59C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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