Shades of Dark Magenta #99169F
Tints of Dark Magenta #99169F
RGB
CMYK
RGB Variations
Color information
#99169F (or 0x99169F) is known color: Dark Magenta. HEX triplet: 99, 16 and 9F. RGB value is (153,22,159). Sum of RGB (Red+Green+Blue) = 153+22+159=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #99169F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99169F is #66E960. Grayscale: #4C4C4C. Windows color (decimal): -6744417 or 10426009. OLE color: 10426009.
HSL color Cylindrical-coordinate representation of color #99169F: hue angle of 297.37º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99169F is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 22 | 159 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.38 |
| HSL | 297.37º | 0.76% | 0.35% | - |
| HSV(B) | 297.37º | 0.86% | 0.62% | - |
| XYZ | 19.68 | 9.85 | 33.66 | - |
| YUV | 76.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 22 | 159 | 0.04 | 0.86 | 0 | 0.38 | 297.37 | 0.76 | 0.35 |
| Hex | 99 | 16 | 9F | 4 | 56 | 0 | 26 | 129 | 4C | 23 |
| Octal | 231 | 26 | 237 | 4 | 126 | 0 | 46 | 451 | 114 | 43 |
| Binary | 10011001 | 10110 | 10011111 | 100 | 1010110 | 0 | 100110 | 100101001 | 1001100 | 100011 |
Color Harmonies of #99169F
Complementary color
Monochromatic Colors of #99169F
Black with #99169F
Text Example
Text Example
White with #99169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99169F; }
p { color: rgb(153,22,159); }
H1.HeaderClassName
{
color: #99169F;
}
.AnyTagClassName
{
color: #99169F;
}
</style>
background-color css
<style>
a { background-color: #99169F; }
a { background-color: rgb(153,22,159); }
div.DivClassName
{
background-color: #99169F;
}
.BgClassName
{
background-color: #99169F;
}
</style>
border-color css
<style>
span { border-color: #99169F; }
span { border-color: rgb(153,22,159); }
td.TdClassName
{
border-color: #99169F;
}
.TagClassName
{
border-color: #99169F;
}
</style>