#8B0586

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

Shades of Dark Magenta #8B0586

Tints of Dark Magenta #8B0586

Color information

#8B0586 (or 0x8B0586) is unknown color: approx Dark Magenta. HEX triplet: 8B, 05 and 86. RGB value is (139,5,134). Sum of RGB (Red+Green+Blue) = 139+5+134=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0586 is #74FA79. Grayscale: #3B3B3B. Windows color (decimal): -7666298 or 8783243. OLE color: 8783243.

HSL color Cylindrical-coordinate representation of color #8B0586: hue angle of 302.24º 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 #8B0586 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB1395134-
CMYK00.960.040.45
HSL302.24º93.06%28.24%-
HSV(B)302.24º96.4%54.51%-
XYZ157.3223.18-
YUV59.77169.89184.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 1.80%
BLUE value IS 134 (52.73% from 255) = 48.20%
R=50%
G=1.80%
B=48.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139513400.960.040.45302.2493.0628.24
Hex8B58606042D12e5d1c
Octal2135206014045545613534
Binary100010111011000011001100000100101101100101110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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