Shades of Dark Magenta #8F0582
Tints of Dark Magenta #8F0582
RGB
CMYK
RGB Variations
Color information
#8F0582 (or 0x8F0582) is known color: Dark Magenta. HEX triplet: 8F, 05 and 82. RGB value is (143,5,130). Sum of RGB (Red+Green+Blue) = 143+5+130=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0582 is #70FA7D. Grayscale: #3C3C3C. Windows color (decimal): -7404158 or 8521103. OLE color: 8521103.
HSL color Cylindrical-coordinate representation of color #8F0582: hue angle of 305.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0582 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 130 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.44 |
| HSL | 305.65º | 0.93% | 0.29% | - |
| HSV(B) | 305.65º | 0.97% | 0.56% | - |
| XYZ | 15.41 | 7.56 | 21.77 | - |
| YUV | 60.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 130 | 0 | 0.97 | 0.09 | 0.44 | 305.65 | 0.93 | 0.29 |
| Hex | 8F | 5 | 82 | 0 | 61 | 9 | 2C | 132 | 5D | 1D |
| Octal | 217 | 5 | 202 | 0 | 141 | 11 | 54 | 462 | 135 | 35 |
| Binary | 10001111 | 101 | 10000010 | 0 | 1100001 | 1001 | 101100 | 100110010 | 1011101 | 11101 |
Color Harmonies of #8F0582
Complementary color
Monochromatic Colors of #8F0582
Black with #8F0582
Text Example
Text Example
White with #8F0582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0582; }
p { color: rgb(143,5,130); }
H1.HeaderClassName
{
color: #8F0582;
}
.AnyTagClassName
{
color: #8F0582;
}
</style>
background-color css
<style>
a { background-color: #8F0582; }
a { background-color: rgb(143,5,130); }
div.DivClassName
{
background-color: #8F0582;
}
.BgClassName
{
background-color: #8F0582;
}
</style>
border-color css
<style>
span { border-color: #8F0582; }
span { border-color: rgb(143,5,130); }
td.TdClassName
{
border-color: #8F0582;
}
.TagClassName
{
border-color: #8F0582;
}
</style>