Shades of Dark Magenta #88098D
Tints of Dark Magenta #88098D
RGB
CMYK
RGB Variations
Color information
#88098D (or 0x88098D) is known color: Dark Magenta. HEX triplet: 88, 09 and 8D. RGB value is (136,9,141). Sum of RGB (Red+Green+Blue) = 136+9+141=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #88098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88098D is #77F672. Grayscale: #3D3D3D. Windows color (decimal): -7861875 or 9243016. OLE color: 9243016.
HSL color Cylindrical-coordinate representation of color #88098D: hue angle of 297.73º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88098D is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 9 | 141 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.45 |
| HSL | 297.73º | 0.88% | 0.29% | - |
| HSV(B) | 297.73º | 0.94% | 0.55% | - |
| XYZ | 15.06 | 7.35 | 25.82 | - |
| YUV | 62.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 141 | 0.04 | 0.94 | 0 | 0.45 | 297.73 | 0.88 | 0.29 |
| Hex | 88 | 9 | 8D | 4 | 5E | 0 | 2D | 12A | 58 | 1D |
| Octal | 210 | 11 | 215 | 4 | 136 | 0 | 55 | 452 | 130 | 35 |
| Binary | 10001000 | 1001 | 10001101 | 100 | 1011110 | 0 | 101101 | 100101010 | 1011000 | 11101 |
Color Harmonies of #88098D
Complementary color
Monochromatic Colors of #88098D
Black with #88098D
Text Example
Text Example
White with #88098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88098D; }
p { color: rgb(136,9,141); }
H1.HeaderClassName
{
color: #88098D;
}
.AnyTagClassName
{
color: #88098D;
}
</style>
background-color css
<style>
a { background-color: #88098D; }
a { background-color: rgb(136,9,141); }
div.DivClassName
{
background-color: #88098D;
}
.BgClassName
{
background-color: #88098D;
}
</style>
border-color css
<style>
span { border-color: #88098D; }
span { border-color: rgb(136,9,141); }
td.TdClassName
{
border-color: #88098D;
}
.TagClassName
{
border-color: #88098D;
}
</style>