Shades of Dark Magenta #880D8B
Tints of Dark Magenta #880D8B
RGB
CMYK
RGB Variations
Color information
#880D8B (or 0x880D8B) is known color: Dark Magenta. HEX triplet: 88, 0D and 8B. RGB value is (136,13,139). Sum of RGB (Red+Green+Blue) = 136+13+139=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #880D8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880D8B is #77F274. Grayscale: #3F3F3F. Windows color (decimal): -7860853 or 9112968. OLE color: 9112968.
HSL color Cylindrical-coordinate representation of color #880D8B: hue angle of 298.57º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880D8B is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 13 | 139 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.45 |
| HSL | 298.57º | 0.83% | 0.3% | - |
| HSV(B) | 298.57º | 0.91% | 0.55% | - |
| XYZ | 14.96 | 7.39 | 25.06 | - |
| YUV | 64.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 139 | 0.02 | 0.91 | 0 | 0.45 | 298.57 | 0.83 | 0.3 |
| Hex | 88 | D | 8B | 2 | 5B | 0 | 2D | 12B | 53 | 1E |
| Octal | 210 | 15 | 213 | 2 | 133 | 0 | 55 | 453 | 123 | 36 |
| Binary | 10001000 | 1101 | 10001011 | 10 | 1011011 | 0 | 101101 | 100101011 | 1010011 | 11110 |
Color Harmonies of #880D8B
Complementary color
Monochromatic Colors of #880D8B
Black with #880D8B
Text Example
Text Example
White with #880D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D8B; }
p { color: rgb(136,13,139); }
H1.HeaderClassName
{
color: #880D8B;
}
.AnyTagClassName
{
color: #880D8B;
}
</style>
background-color css
<style>
a { background-color: #880D8B; }
a { background-color: rgb(136,13,139); }
div.DivClassName
{
background-color: #880D8B;
}
.BgClassName
{
background-color: #880D8B;
}
</style>
border-color css
<style>
span { border-color: #880D8B; }
span { border-color: rgb(136,13,139); }
td.TdClassName
{
border-color: #880D8B;
}
.TagClassName
{
border-color: #880D8B;
}
</style>