Shades of Dark Magenta #8F0C83
Tints of Dark Magenta #8F0C83
RGB
CMYK
RGB Variations
Color information
#8F0C83 (or 0x8F0C83) is known color: Dark Magenta. HEX triplet: 8F, 0C and 83. RGB value is (143,12,131). Sum of RGB (Red+Green+Blue) = 143+12+131=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0C83 is #70F37C. Grayscale: #404040. Windows color (decimal): -7402365 or 8588431. OLE color: 8588431.
HSL color Cylindrical-coordinate representation of color #8F0C83: hue angle of 305.5º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0C83 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 12 | 131 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.44 |
| HSL | 305.5º | 0.85% | 0.3% | - |
| HSV(B) | 305.5º | 0.92% | 0.56% | - |
| XYZ | 15.56 | 7.74 | 22.15 | - |
| YUV | 64.74 | 165.4 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 131 | 0 | 0.92 | 0.08 | 0.44 | 305.5 | 0.85 | 0.3 |
| Hex | 8F | C | 83 | 0 | 5C | 8 | 2C | 131 | 55 | 1E |
| Octal | 217 | 14 | 203 | 0 | 134 | 10 | 54 | 461 | 125 | 36 |
| Binary | 10001111 | 1100 | 10000011 | 0 | 1011100 | 1000 | 101100 | 100110001 | 1010101 | 11110 |
Color Harmonies of #8F0C83
Complementary color
Monochromatic Colors of #8F0C83
Black with #8F0C83
Text Example
Text Example
White with #8F0C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0C83; }
p { color: rgb(143,12,131); }
H1.HeaderClassName
{
color: #8F0C83;
}
.AnyTagClassName
{
color: #8F0C83;
}
</style>
background-color css
<style>
a { background-color: #8F0C83; }
a { background-color: rgb(143,12,131); }
div.DivClassName
{
background-color: #8F0C83;
}
.BgClassName
{
background-color: #8F0C83;
}
</style>
border-color css
<style>
span { border-color: #8F0C83; }
span { border-color: rgb(143,12,131); }
td.TdClassName
{
border-color: #8F0C83;
}
.TagClassName
{
border-color: #8F0C83;
}
</style>