Shades of Dark Magenta #99199C
Tints of Dark Magenta #99199C
RGB
CMYK
RGB Variations
Color information
#99199C (or 0x99199C) is known color: Dark Magenta. HEX triplet: 99, 19 and 9C. RGB value is (153,25,156). Sum of RGB (Red+Green+Blue) = 153+25+156=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #99199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99199C is #66E663. Grayscale: #4D4D4D. Windows color (decimal): -6743652 or 10230169. OLE color: 10230169.
HSL color Cylindrical-coordinate representation of color #99199C: hue angle of 298.63º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99199C is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 25 | 156 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.39 |
| HSL | 298.63º | 0.72% | 0.35% | - |
| HSV(B) | 298.63º | 0.84% | 0.61% | - |
| XYZ | 19.49 | 9.87 | 32.33 | - |
| YUV | 78.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 156 | 0.02 | 0.84 | 0 | 0.39 | 298.63 | 0.72 | 0.35 |
| Hex | 99 | 19 | 9C | 2 | 54 | 0 | 27 | 12B | 48 | 23 |
| Octal | 231 | 31 | 234 | 2 | 124 | 0 | 47 | 453 | 110 | 43 |
| Binary | 10011001 | 11001 | 10011100 | 10 | 1010100 | 0 | 100111 | 100101011 | 1001000 | 100011 |
Color Harmonies of #99199C
Complementary color
Monochromatic Colors of #99199C
Black with #99199C
Text Example
Text Example
White with #99199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99199C; }
p { color: rgb(153,25,156); }
H1.HeaderClassName
{
color: #99199C;
}
.AnyTagClassName
{
color: #99199C;
}
</style>
background-color css
<style>
a { background-color: #99199C; }
a { background-color: rgb(153,25,156); }
div.DivClassName
{
background-color: #99199C;
}
.BgClassName
{
background-color: #99199C;
}
</style>
border-color css
<style>
span { border-color: #99199C; }
span { border-color: rgb(153,25,156); }
td.TdClassName
{
border-color: #99199C;
}
.TagClassName
{
border-color: #99199C;
}
</style>