Shades of Dark Magenta #880F9C
Tints of Dark Magenta #880F9C
RGB
CMYK
RGB Variations
Color information
#880F9C (or 0x880F9C) is known color: Dark Magenta. HEX triplet: 88, 0F and 9C. RGB value is (136,15,156). Sum of RGB (Red+Green+Blue) = 136+15+156=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #880F9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880F9C is #77F063. Grayscale: #424242. Windows color (decimal): -7860324 or 10227592. OLE color: 10227592.
HSL color Cylindrical-coordinate representation of color #880F9C: hue angle of 291.49º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880F9C is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 15 | 156 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.39 |
| HSL | 291.49º | 0.82% | 0.34% | - |
| HSV(B) | 291.49º | 0.9% | 0.61% | - |
| XYZ | 16.32 | 7.98 | 32.13 | - |
| YUV | 67.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 156 | 0.13 | 0.90 | 0 | 0.39 | 291.49 | 0.82 | 0.34 |
| Hex | 88 | F | 9C | D | 5A | 0 | 27 | 123 | 52 | 22 |
| Octal | 210 | 17 | 234 | 15 | 132 | 0 | 47 | 443 | 122 | 42 |
| Binary | 10001000 | 1111 | 10011100 | 1101 | 1011010 | 0 | 100111 | 100100011 | 1010010 | 100010 |
Color Harmonies of #880F9C
Complementary color
Monochromatic Colors of #880F9C
Black with #880F9C
Text Example
Text Example
White with #880F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F9C; }
p { color: rgb(136,15,156); }
H1.HeaderClassName
{
color: #880F9C;
}
.AnyTagClassName
{
color: #880F9C;
}
</style>
background-color css
<style>
a { background-color: #880F9C; }
a { background-color: rgb(136,15,156); }
div.DivClassName
{
background-color: #880F9C;
}
.BgClassName
{
background-color: #880F9C;
}
</style>
border-color css
<style>
span { border-color: #880F9C; }
span { border-color: rgb(136,15,156); }
td.TdClassName
{
border-color: #880F9C;
}
.TagClassName
{
border-color: #880F9C;
}
</style>