#8C59BF

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

Shades of Deep Lilac #8C59BF

Tints of Deep Lilac #8C59BF

Color information

#8C59BF (or 0x8C59BF) is unknown color: approx Deep Lilac. HEX triplet: 8C, 59 and BF. RGB value is (140,89,191). Sum of RGB (Red+Green+Blue) = 140+89+191=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C59BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C59BF is #73A640. Grayscale: #737373. Windows color (decimal): -7579201 or 12540300. OLE color: 12540300.

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

Color convert

RGB14089191-
CMYK0.270.5300.25
HSL270º44.35%54.9%-
HSV(B)270º53.4%74.9%-
XYZ23.7916.4851.22-
YUV115.88170.4145.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 191 (75% from 255) = 45.48%
R=33.33%
G=21.19%
B=45.48%

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
Decimal140891910.270.5300.2527044.3554.9
Hex8C59BF1B3501910e2c37
Octal21413127733650314165467
Binary1000110010110011011111111011110101011001100001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C59BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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