#8C59BE

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

Shades of Deep Lilac #8C59BE

Tints of Deep Lilac #8C59BE

Color information

#8C59BE (or 0x8C59BE) is unknown color: approx Deep Lilac. HEX triplet: 8C, 59 and BE. RGB value is (140,89,190). Sum of RGB (Red+Green+Blue) = 140+89+190=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C59BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C59BE is #73A641. Grayscale: #737373. Windows color (decimal): -7579202 or 12474764. OLE color: 12474764.

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

Color convert

RGB14089190-
CMYK0.260.5300.25
HSL270.3º43.72%54.71%-
HSV(B)270.3º53.16%74.51%-
XYZ23.6816.4450.64-
YUV115.76169.9145.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.41%
GREEN value IS 89 (35.16% from 255) = 21.24%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=33.41%
G=21.24%
B=45.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140891900.260.5300.25270.343.7254.71
Hex8C59BE1A3501910e2c37
Octal21413127632650314165467
Binary1000110010110011011111011010110101011001100001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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