Shades of Dark Magenta #99199F
Tints of Dark Magenta #99199F
RGB
CMYK
RGB Variations
Color information
#99199F (or 0x99199F) is known color: Dark Magenta. HEX triplet: 99, 19 and 9F. RGB value is (153,25,159). Sum of RGB (Red+Green+Blue) = 153+25+159=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #99199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99199F is #66E660. Grayscale: #4E4E4E. Windows color (decimal): -6743649 or 10426777. OLE color: 10426777.
HSL color Cylindrical-coordinate representation of color #99199F: hue angle of 297.31º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99199F is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 25 | 159 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.38 |
| HSL | 297.31º | 0.73% | 0.36% | - |
| HSV(B) | 297.31º | 0.84% | 0.62% | - |
| XYZ | 19.74 | 9.97 | 33.68 | - |
| YUV | 78.55 | 173.41 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 159 | 0.04 | 0.84 | 0 | 0.38 | 297.31 | 0.73 | 0.36 |
| Hex | 99 | 19 | 9F | 4 | 54 | 0 | 26 | 129 | 49 | 24 |
| Octal | 231 | 31 | 237 | 4 | 124 | 0 | 46 | 451 | 111 | 44 |
| Binary | 10011001 | 11001 | 10011111 | 100 | 1010100 | 0 | 100110 | 100101001 | 1001001 | 100100 |
Color Harmonies of #99199F
Complementary color
Monochromatic Colors of #99199F
Black with #99199F
Text Example
Text Example
White with #99199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99199F; }
p { color: rgb(153,25,159); }
H1.HeaderClassName
{
color: #99199F;
}
.AnyTagClassName
{
color: #99199F;
}
</style>
background-color css
<style>
a { background-color: #99199F; }
a { background-color: rgb(153,25,159); }
div.DivClassName
{
background-color: #99199F;
}
.BgClassName
{
background-color: #99199F;
}
</style>
border-color css
<style>
span { border-color: #99199F; }
span { border-color: rgb(153,25,159); }
td.TdClassName
{
border-color: #99199F;
}
.TagClassName
{
border-color: #99199F;
}
</style>