#8C059E

Color #8C059E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8C059E

Tints of Dark Magenta #8C059E

Color information

#8C059E (or 0x8C059E) is unknown color: approx Dark Magenta. HEX triplet: 8C, 05 and 9E. RGB value is (140,5,158). Sum of RGB (Red+Green+Blue) = 140+5+158=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C059E is #73FA61. Grayscale: #3E3E3E. Windows color (decimal): -7600738 or 10356108. OLE color: 10356108.

HSL color Cylindrical-coordinate representation of color #8C059E: hue angle of 292.94º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C059E is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1405158-
CMYK0.110.9700.38
HSL292.94º93.87%31.96%-
HSV(B)292.94º96.84%61.96%-
XYZ17.048.1533.02-
YUV62.81181.73183.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.20%
GREEN value IS 5 (2.34% from 255) = 1.65%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=46.20%
G=1.65%
B=52.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14051580.110.9700.38292.9493.8731.96
Hex8C59EB610261255e20
Octal21452361314104644513640
Binary10001100101100111101011110000101001101001001011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,5,158); }

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

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

 a { background-color: rgb(140,5,158); }

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

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

 span { border-color: rgb(140,5,158); }

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