Shades of Dark Magenta #880F83
Tints of Dark Magenta #880F83
RGB
CMYK
RGB Variations
Color information
#880F83 (or 0x880F83) is known color: Dark Magenta. HEX triplet: 88, 0F and 83. RGB value is (136,15,131). Sum of RGB (Red+Green+Blue) = 136+15+131=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #880F83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880F83 is #77F07C. Grayscale: #404040. Windows color (decimal): -7860349 or 8589192. OLE color: 8589192.
HSL color Cylindrical-coordinate representation of color #880F83: hue angle of 302.48º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F83 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 131 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.47 |
| HSL | 302.48º | 0.8% | 0.3% | - |
| HSV(B) | 302.48º | 0.89% | 0.53% | - |
| XYZ | 14.42 | 7.21 | 22.11 | - |
| YUV | 64.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 131 | 0 | 0.89 | 0.04 | 0.47 | 302.48 | 0.8 | 0.3 |
| Hex | 88 | F | 83 | 0 | 59 | 4 | 2F | 12E | 50 | 1E |
| Octal | 210 | 17 | 203 | 0 | 131 | 4 | 57 | 456 | 120 | 36 |
| Binary | 10001000 | 1111 | 10000011 | 0 | 1011001 | 100 | 101111 | 100101110 | 1010000 | 11110 |
Color Harmonies of #880F83
Complementary color
Monochromatic Colors of #880F83
Black with #880F83
Text Example
Text Example
White with #880F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F83; }
p { color: rgb(136,15,131); }
H1.HeaderClassName
{
color: #880F83;
}
.AnyTagClassName
{
color: #880F83;
}
</style>
background-color css
<style>
a { background-color: #880F83; }
a { background-color: rgb(136,15,131); }
div.DivClassName
{
background-color: #880F83;
}
.BgClassName
{
background-color: #880F83;
}
</style>
border-color css
<style>
span { border-color: #880F83; }
span { border-color: rgb(136,15,131); }
td.TdClassName
{
border-color: #880F83;
}
.TagClassName
{
border-color: #880F83;
}
</style>