Shades of Dark Magenta #88019D
Tints of Dark Magenta #88019D
RGB
CMYK
RGB Variations
Color information
#88019D (or 0x88019D) is known color: Dark Magenta. HEX triplet: 88, 01 and 9D. RGB value is (136,1,157). Sum of RGB (Red+Green+Blue) = 136+1+157=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #88019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88019D is #77FE62. Grayscale: #3A3A3A. Windows color (decimal): -7863907 or 10289544. OLE color: 10289544.
HSL color Cylindrical-coordinate representation of color #88019D: hue angle of 291.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88019D is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 1 | 157 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.38 |
| HSL | 291.92º | 0.99% | 0.31% | - |
| HSV(B) | 291.92º | 0.99% | 0.62% | - |
| XYZ | 16.25 | 7.69 | 32.53 | - |
| YUV | 59.15 | 183.23 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 157 | 0.13 | 0.99 | 0 | 0.38 | 291.92 | 0.99 | 0.31 |
| Hex | 88 | 1 | 9D | D | 63 | 0 | 26 | 124 | 63 | 1F |
| Octal | 210 | 1 | 235 | 15 | 143 | 0 | 46 | 444 | 143 | 37 |
| Binary | 10001000 | 1 | 10011101 | 1101 | 1100011 | 0 | 100110 | 100100100 | 1100011 | 11111 |
Color Harmonies of #88019D
Complementary color
Monochromatic Colors of #88019D
Black with #88019D
Text Example
Text Example
White with #88019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88019D; }
p { color: rgb(136,1,157); }
H1.HeaderClassName
{
color: #88019D;
}
.AnyTagClassName
{
color: #88019D;
}
</style>
background-color css
<style>
a { background-color: #88019D; }
a { background-color: rgb(136,1,157); }
div.DivClassName
{
background-color: #88019D;
}
.BgClassName
{
background-color: #88019D;
}
</style>
border-color css
<style>
span { border-color: #88019D; }
span { border-color: rgb(136,1,157); }
td.TdClassName
{
border-color: #88019D;
}
.TagClassName
{
border-color: #88019D;
}
</style>