Shades of Dark Magenta #8B0584
Tints of Dark Magenta #8B0584
RGB
CMYK
RGB Variations
Color information
#8B0584 (or 0x8B0584) is known color: Dark Magenta. HEX triplet: 8B, 05 and 84. RGB value is (139,5,132). Sum of RGB (Red+Green+Blue) = 139+5+132=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0584 is #74FA7B. Grayscale: #3B3B3B. Windows color (decimal): -7666300 or 8652171. OLE color: 8652171.
HSL color Cylindrical-coordinate representation of color #8B0584: hue angle of 303.13º 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 #8B0584 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 132 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.45 |
| HSL | 303.13º | 0.93% | 0.28% | - |
| HSV(B) | 303.13º | 0.96% | 0.55% | - |
| XYZ | 14.87 | 7.26 | 22.45 | - |
| YUV | 59.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 132 | 0 | 0.96 | 0.05 | 0.45 | 303.13 | 0.93 | 0.28 |
| Hex | 8B | 5 | 84 | 0 | 60 | 5 | 2D | 12F | 5D | 1C |
| Octal | 213 | 5 | 204 | 0 | 140 | 5 | 55 | 457 | 135 | 34 |
| Binary | 10001011 | 101 | 10000100 | 0 | 1100000 | 101 | 101101 | 100101111 | 1011101 | 11100 |
Color Harmonies of #8B0584
Complementary color
Monochromatic Colors of #8B0584
Black with #8B0584
Text Example
Text Example
White with #8B0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0584; }
p { color: rgb(139,5,132); }
H1.HeaderClassName
{
color: #8B0584;
}
.AnyTagClassName
{
color: #8B0584;
}
</style>
background-color css
<style>
a { background-color: #8B0584; }
a { background-color: rgb(139,5,132); }
div.DivClassName
{
background-color: #8B0584;
}
.BgClassName
{
background-color: #8B0584;
}
</style>
border-color css
<style>
span { border-color: #8B0584; }
span { border-color: rgb(139,5,132); }
td.TdClassName
{
border-color: #8B0584;
}
.TagClassName
{
border-color: #8B0584;
}
</style>