#86058C

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

Shades of Dark Magenta #86058C

Tints of Dark Magenta #86058C

Color information

#86058C (or 0x86058C) is unknown color: approx Dark Magenta. HEX triplet: 86, 05 and 8C. RGB value is (134,5,140). Sum of RGB (Red+Green+Blue) = 134+5+140=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #86058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86058C is #79FA73. Grayscale: #3A3A3A. Windows color (decimal): -7993972 or 9176454. OLE color: 9176454.

HSL color Cylindrical-coordinate representation of color #86058C: hue angle of 297.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86058C is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1345140-
CMYK0.040.9600.45
HSL297.33º93.1%28.43%-
HSV(B)297.33º96.43%54.9%-
XYZ14.627.0725.41-
YUV58.96173.74181.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 5 (2.34% from 255) = 1.79%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=48.03%
G=1.79%
B=50.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13451400.040.9600.45297.3393.128.43
Hex8658C46002D1295d1c
Octal2065214414005545113534
Binary100001101011000110010011000000101101100101001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86058C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86058C; }

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

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

<style>
 a { background-color: #86058C; }

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

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

<style>
 span { border-color: #86058C; }

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

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