#8C59BD

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

Shades of Deep Lilac #8C59BD

Tints of Deep Lilac #8C59BD

Color information

#8C59BD (or 0x8C59BD) is unknown color: approx Deep Lilac. HEX triplet: 8C, 59 and BD. RGB value is (140,89,189). Sum of RGB (Red+Green+Blue) = 140+89+189=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C59BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C59BD is #73A642. Grayscale: #737373. Windows color (decimal): -7579203 or 12409228. OLE color: 12409228.

HSL color Cylindrical-coordinate representation of color #8C59BD: hue angle of 270.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C59BD is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14089189-
CMYK0.260.5300.26
HSL270.6º43.1%54.51%-
HSV(B)270.6º52.91%74.12%-
XYZ23.5716.3950.07-
YUV115.65169.4145.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 189 (74.22% from 255) = 45.22%
R=33.49%
G=21.29%
B=45.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140891890.260.5300.26270.643.154.51
Hex8C59BD1A3501A10f2b37
Octal21413127532650324175367
Binary1000110010110011011110111010110101011010100001111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C59BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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