Shades of Dark Magenta #880F95
Tints of Dark Magenta #880F95
RGB
CMYK
RGB Variations
Color information
#880F95 (or 0x880F95) is known color: Dark Magenta. HEX triplet: 88, 0F and 95. RGB value is (136,15,149). Sum of RGB (Red+Green+Blue) = 136+15+149=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #880F95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880F95 is #77F06A. Grayscale: #424242. Windows color (decimal): -7860331 or 9768840. OLE color: 9768840.
HSL color Cylindrical-coordinate representation of color #880F95: hue angle of 294.18º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880F95 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 15 | 149 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.42 |
| HSL | 294.18º | 0.82% | 0.32% | - |
| HSV(B) | 294.18º | 0.9% | 0.58% | - |
| XYZ | 15.75 | 7.75 | 29.1 | - |
| YUV | 66.46 | 174.59 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 149 | 0.09 | 0.90 | 0 | 0.42 | 294.18 | 0.82 | 0.32 |
| Hex | 88 | F | 95 | 9 | 5A | 0 | 2A | 126 | 52 | 20 |
| Octal | 210 | 17 | 225 | 11 | 132 | 0 | 52 | 446 | 122 | 40 |
| Binary | 10001000 | 1111 | 10010101 | 1001 | 1011010 | 0 | 101010 | 100100110 | 1010010 | 100000 |
Color Harmonies of #880F95
Complementary color
Monochromatic Colors of #880F95
Black with #880F95
Text Example
Text Example
White with #880F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F95; }
p { color: rgb(136,15,149); }
H1.HeaderClassName
{
color: #880F95;
}
.AnyTagClassName
{
color: #880F95;
}
</style>
background-color css
<style>
a { background-color: #880F95; }
a { background-color: rgb(136,15,149); }
div.DivClassName
{
background-color: #880F95;
}
.BgClassName
{
background-color: #880F95;
}
</style>
border-color css
<style>
span { border-color: #880F95; }
span { border-color: rgb(136,15,149); }
td.TdClassName
{
border-color: #880F95;
}
.TagClassName
{
border-color: #880F95;
}
</style>