#8C58B6

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

Shades of Deep Lilac #8C58B6

Tints of Deep Lilac #8C58B6

Color information

#8C58B6 (or 0x8C58B6) is unknown color: approx Deep Lilac. HEX triplet: 8C, 58 and B6. RGB value is (140,88,182). Sum of RGB (Red+Green+Blue) = 140+88+182=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C58B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C58B6 is #73A749. Grayscale: #717171. Windows color (decimal): -7579466 or 11950220. OLE color: 11950220.

HSL color Cylindrical-coordinate representation of color #8C58B6: hue angle of 273.19º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C58B6 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14088182-
CMYK0.230.5200.29
HSL273.19º39.17%52.94%-
HSV(B)273.19º51.65%71.37%-
XYZ22.7515.9346.13-
YUV114.26166.23146.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.15%
GREEN value IS 88 (34.77% from 255) = 21.46%
BLUE value IS 182 (71.48% from 255) = 44.39%
R=34.15%
G=21.46%
B=44.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140881820.230.5200.29273.1939.1752.94
Hex8C58B6173401D1112735
Octal21413026627640354214765
Binary1000110010110001011011010111110100011101100010001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C58B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,88,182); }

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

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

 a { background-color: rgb(140,88,182); }

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

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

 span { border-color: rgb(140,88,182); }

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