Shades of Dark Magenta #88028B
Tints of Dark Magenta #88028B
RGB
CMYK
RGB Variations
Color information
#88028B (or 0x88028B) is known color: Dark Magenta. HEX triplet: 88, 02 and 8B. RGB value is (136,2,139). Sum of RGB (Red+Green+Blue) = 136+2+139=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #88028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88028B is #77FD74. Grayscale: #393939. Windows color (decimal): -7863669 or 9110152. OLE color: 9110152.
HSL color Cylindrical-coordinate representation of color #88028B: hue angle of 298.69º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88028B is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 2 | 139 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.45 |
| HSL | 298.69º | 0.97% | 0.28% | - |
| HSV(B) | 298.69º | 0.99% | 0.55% | - |
| XYZ | 14.84 | 7.14 | 25.02 | - |
| YUV | 57.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 139 | 0.02 | 0.99 | 0 | 0.45 | 298.69 | 0.97 | 0.28 |
| Hex | 88 | 2 | 8B | 2 | 63 | 0 | 2D | 12B | 61 | 1C |
| Octal | 210 | 2 | 213 | 2 | 143 | 0 | 55 | 453 | 141 | 34 |
| Binary | 10001000 | 10 | 10001011 | 10 | 1100011 | 0 | 101101 | 100101011 | 1100001 | 11100 |
Color Harmonies of #88028B
Complementary color
Monochromatic Colors of #88028B
Black with #88028B
Text Example
Text Example
White with #88028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88028B; }
p { color: rgb(136,2,139); }
H1.HeaderClassName
{
color: #88028B;
}
.AnyTagClassName
{
color: #88028B;
}
</style>
background-color css
<style>
a { background-color: #88028B; }
a { background-color: rgb(136,2,139); }
div.DivClassName
{
background-color: #88028B;
}
.BgClassName
{
background-color: #88028B;
}
</style>
border-color css
<style>
span { border-color: #88028B; }
span { border-color: rgb(136,2,139); }
td.TdClassName
{
border-color: #88028B;
}
.TagClassName
{
border-color: #88028B;
}
</style>