#8B59BE

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

Shades of Deep Lilac #8B59BE

Tints of Deep Lilac #8B59BE

Color information

#8B59BE (or 0x8B59BE) is unknown color: approx Deep Lilac. HEX triplet: 8B, 59 and BE. RGB value is (139,89,190). Sum of RGB (Red+Green+Blue) = 139+89+190=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B59BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B59BE is #74A641. Grayscale: #737373. Windows color (decimal): -7644738 or 12474763. OLE color: 12474763.

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

Color convert

RGB13989190-
CMYK0.270.5300.25
HSL269.7º43.72%54.71%-
HSV(B)269.7º53.16%74.51%-
XYZ23.5116.3550.63-
YUV115.46170.06144.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=33.25%
G=21.29%
B=45.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139891900.270.5300.25269.743.7254.71
Hex8B59BE1B3501910e2c37
Octal21313127633650314165467
Binary1000101110110011011111011011110101011001100001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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