Shades of Dark Magenta #88029B
Tints of Dark Magenta #88029B
RGB
CMYK
RGB Variations
Color information
#88029B (or 0x88029B) is known color: Dark Magenta. HEX triplet: 88, 02 and 9B. RGB value is (136,2,155). Sum of RGB (Red+Green+Blue) = 136+2+155=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #88029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88029B is #77FD64. Grayscale: #3B3B3B. Windows color (decimal): -7863653 or 10158728. OLE color: 10158728.
HSL color Cylindrical-coordinate representation of color #88029B: hue angle of 292.55º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88029B is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 2 | 155 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.39 |
| HSL | 292.55º | 0.97% | 0.31% | - |
| HSV(B) | 292.55º | 0.99% | 0.61% | - |
| XYZ | 16.09 | 7.64 | 31.64 | - |
| YUV | 59.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 155 | 0.12 | 0.99 | 0 | 0.39 | 292.55 | 0.97 | 0.31 |
| Hex | 88 | 2 | 9B | C | 63 | 0 | 27 | 125 | 61 | 1F |
| Octal | 210 | 2 | 233 | 14 | 143 | 0 | 47 | 445 | 141 | 37 |
| Binary | 10001000 | 10 | 10011011 | 1100 | 1100011 | 0 | 100111 | 100100101 | 1100001 | 11111 |
Color Harmonies of #88029B
Complementary color
Monochromatic Colors of #88029B
Black with #88029B
Text Example
Text Example
White with #88029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88029B; }
p { color: rgb(136,2,155); }
H1.HeaderClassName
{
color: #88029B;
}
.AnyTagClassName
{
color: #88029B;
}
</style>
background-color css
<style>
a { background-color: #88029B; }
a { background-color: rgb(136,2,155); }
div.DivClassName
{
background-color: #88029B;
}
.BgClassName
{
background-color: #88029B;
}
</style>
border-color css
<style>
span { border-color: #88029B; }
span { border-color: rgb(136,2,155); }
td.TdClassName
{
border-color: #88029B;
}
.TagClassName
{
border-color: #88029B;
}
</style>