Shades of Dark Magenta #99199E
Tints of Dark Magenta #99199E
RGB
CMYK
RGB Variations
Color information
#99199E (or 0x99199E) is known color: Dark Magenta. HEX triplet: 99, 19 and 9E. RGB value is (153,25,158). Sum of RGB (Red+Green+Blue) = 153+25+158=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #99199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99199E is #66E661. Grayscale: #4E4E4E. Windows color (decimal): -6743650 or 10361241. OLE color: 10361241.
HSL color Cylindrical-coordinate representation of color #99199E: hue angle of 297.74º 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 #99199E is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 25 | 158 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.38 |
| HSL | 297.74º | 0.73% | 0.36% | - |
| HSV(B) | 297.74º | 0.84% | 0.62% | - |
| XYZ | 19.66 | 9.94 | 33.23 | - |
| YUV | 78.43 | 172.91 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 158 | 0.03 | 0.84 | 0 | 0.38 | 297.74 | 0.73 | 0.36 |
| Hex | 99 | 19 | 9E | 3 | 54 | 0 | 26 | 12A | 49 | 24 |
| Octal | 231 | 31 | 236 | 3 | 124 | 0 | 46 | 452 | 111 | 44 |
| Binary | 10011001 | 11001 | 10011110 | 11 | 1010100 | 0 | 100110 | 100101010 | 1001001 | 100100 |
Color Harmonies of #99199E
Complementary color
Monochromatic Colors of #99199E
Black with #99199E
Text Example
Text Example
White with #99199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99199E; }
p { color: rgb(153,25,158); }
H1.HeaderClassName
{
color: #99199E;
}
.AnyTagClassName
{
color: #99199E;
}
</style>
background-color css
<style>
a { background-color: #99199E; }
a { background-color: rgb(153,25,158); }
div.DivClassName
{
background-color: #99199E;
}
.BgClassName
{
background-color: #99199E;
}
</style>
border-color css
<style>
span { border-color: #99199E; }
span { border-color: rgb(153,25,158); }
td.TdClassName
{
border-color: #99199E;
}
.TagClassName
{
border-color: #99199E;
}
</style>