Shades of Dark Magenta #88088B
Tints of Dark Magenta #88088B
RGB
CMYK
RGB Variations
Color information
#88088B (or 0x88088B) is known color: Dark Magenta. HEX triplet: 88, 08 and 8B. RGB value is (136,8,139). Sum of RGB (Red+Green+Blue) = 136+8+139=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #88088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88088B is #77F774. Grayscale: #3C3C3C. Windows color (decimal): -7862133 or 9111688. OLE color: 9111688.
HSL color Cylindrical-coordinate representation of color #88088B: hue angle of 298.63º degrees, saturation: 0.89, 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 #88088B is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 8 | 139 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.45 |
| HSL | 298.63º | 0.89% | 0.29% | - |
| HSV(B) | 298.63º | 0.94% | 0.55% | - |
| XYZ | 14.9 | 7.27 | 25.04 | - |
| YUV | 61.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 139 | 0.02 | 0.94 | 0 | 0.45 | 298.63 | 0.89 | 0.29 |
| Hex | 88 | 8 | 8B | 2 | 5E | 0 | 2D | 12B | 59 | 1D |
| Octal | 210 | 10 | 213 | 2 | 136 | 0 | 55 | 453 | 131 | 35 |
| Binary | 10001000 | 1000 | 10001011 | 10 | 1011110 | 0 | 101101 | 100101011 | 1011001 | 11101 |
Color Harmonies of #88088B
Complementary color
Monochromatic Colors of #88088B
Black with #88088B
Text Example
Text Example
White with #88088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88088B; }
p { color: rgb(136,8,139); }
H1.HeaderClassName
{
color: #88088B;
}
.AnyTagClassName
{
color: #88088B;
}
</style>
background-color css
<style>
a { background-color: #88088B; }
a { background-color: rgb(136,8,139); }
div.DivClassName
{
background-color: #88088B;
}
.BgClassName
{
background-color: #88088B;
}
</style>
border-color css
<style>
span { border-color: #88088B; }
span { border-color: rgb(136,8,139); }
td.TdClassName
{
border-color: #88088B;
}
.TagClassName
{
border-color: #88088B;
}
</style>