Shades of Dark Magenta #88169B
Tints of Dark Magenta #88169B
RGB
CMYK
RGB Variations
Color information
#88169B (or 0x88169B) is known color: Dark Magenta. HEX triplet: 88, 16 and 9B. RGB value is (136,22,155). Sum of RGB (Red+Green+Blue) = 136+22+155=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #88169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88169B is #77E964. Grayscale: #464646. Windows color (decimal): -7858533 or 10163848. OLE color: 10163848.
HSL color Cylindrical-coordinate representation of color #88169B: hue angle of 291.43º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88169B is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 22 | 155 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.39 |
| HSL | 291.43º | 0.75% | 0.35% | - |
| HSV(B) | 291.43º | 0.86% | 0.61% | - |
| XYZ | 16.36 | 8.17 | 31.73 | - |
| YUV | 71.25 | 175.27 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 155 | 0.12 | 0.86 | 0 | 0.39 | 291.43 | 0.75 | 0.35 |
| Hex | 88 | 16 | 9B | C | 56 | 0 | 27 | 123 | 4B | 23 |
| Octal | 210 | 26 | 233 | 14 | 126 | 0 | 47 | 443 | 113 | 43 |
| Binary | 10001000 | 10110 | 10011011 | 1100 | 1010110 | 0 | 100111 | 100100011 | 1001011 | 100011 |
Color Harmonies of #88169B
Complementary color
Monochromatic Colors of #88169B
Black with #88169B
Text Example
Text Example
White with #88169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88169B; }
p { color: rgb(136,22,155); }
H1.HeaderClassName
{
color: #88169B;
}
.AnyTagClassName
{
color: #88169B;
}
</style>
background-color css
<style>
a { background-color: #88169B; }
a { background-color: rgb(136,22,155); }
div.DivClassName
{
background-color: #88169B;
}
.BgClassName
{
background-color: #88169B;
}
</style>
border-color css
<style>
span { border-color: #88169B; }
span { border-color: rgb(136,22,155); }
td.TdClassName
{
border-color: #88169B;
}
.TagClassName
{
border-color: #88169B;
}
</style>