Shades of Dark Magenta #99159E
Tints of Dark Magenta #99159E
RGB
CMYK
RGB Variations
Color information
#99159E (or 0x99159E) is known color: Dark Magenta. HEX triplet: 99, 15 and 9E. RGB value is (153,21,158). Sum of RGB (Red+Green+Blue) = 153+21+158=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #99159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99159E is #66EA61. Grayscale: #4B4B4B. Windows color (decimal): -6744674 or 10360217. OLE color: 10360217.
HSL color Cylindrical-coordinate representation of color #99159E: hue angle of 297.81º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99159E is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 21 | 158 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.38 |
| HSL | 297.81º | 0.77% | 0.35% | - |
| HSV(B) | 297.81º | 0.87% | 0.62% | - |
| XYZ | 19.58 | 9.78 | 33.2 | - |
| YUV | 76.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 158 | 0.03 | 0.87 | 0 | 0.38 | 297.81 | 0.77 | 0.35 |
| Hex | 99 | 15 | 9E | 3 | 57 | 0 | 26 | 12A | 4D | 23 |
| Octal | 231 | 25 | 236 | 3 | 127 | 0 | 46 | 452 | 115 | 43 |
| Binary | 10011001 | 10101 | 10011110 | 11 | 1010111 | 0 | 100110 | 100101010 | 1001101 | 100011 |
Color Harmonies of #99159E
Complementary color
Monochromatic Colors of #99159E
Black with #99159E
Text Example
Text Example
White with #99159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99159E; }
p { color: rgb(153,21,158); }
H1.HeaderClassName
{
color: #99159E;
}
.AnyTagClassName
{
color: #99159E;
}
</style>
background-color css
<style>
a { background-color: #99159E; }
a { background-color: rgb(153,21,158); }
div.DivClassName
{
background-color: #99159E;
}
.BgClassName
{
background-color: #99159E;
}
</style>
border-color css
<style>
span { border-color: #99159E; }
span { border-color: rgb(153,21,158); }
td.TdClassName
{
border-color: #99159E;
}
.TagClassName
{
border-color: #99159E;
}
</style>