Shades of Dark Magenta #99178E
Tints of Dark Magenta #99178E
RGB
CMYK
RGB Variations
Color information
#99178E (or 0x99178E) is known color: Dark Magenta. HEX triplet: 99, 17 and 8E. RGB value is (153,23,142). Sum of RGB (Red+Green+Blue) = 153+23+142=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99178E is #66E871. Grayscale: #4B4B4B. Windows color (decimal): -6744178 or 9312153. OLE color: 9312153.
HSL color Cylindrical-coordinate representation of color #99178E: hue angle of 305.08º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #99178E is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 23 | 142 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.4 |
| HSL | 305.08º | 0.74% | 0.35% | - |
| HSV(B) | 305.08º | 0.85% | 0.6% | - |
| XYZ | 18.33 | 9.34 | 26.43 | - |
| YUV | 75.44 | 165.57 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 142 | 0 | 0.85 | 0.07 | 0.4 | 305.08 | 0.74 | 0.35 |
| Hex | 99 | 17 | 8E | 0 | 55 | 7 | 28 | 131 | 4A | 23 |
| Octal | 231 | 27 | 216 | 0 | 125 | 7 | 50 | 461 | 112 | 43 |
| Binary | 10011001 | 10111 | 10001110 | 0 | 1010101 | 111 | 101000 | 100110001 | 1001010 | 100011 |
Color Harmonies of #99178E
Complementary color
Monochromatic Colors of #99178E
Black with #99178E
Text Example
Text Example
White with #99178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99178E; }
p { color: rgb(153,23,142); }
H1.HeaderClassName
{
color: #99178E;
}
.AnyTagClassName
{
color: #99178E;
}
</style>
background-color css
<style>
a { background-color: #99178E; }
a { background-color: rgb(153,23,142); }
div.DivClassName
{
background-color: #99178E;
}
.BgClassName
{
background-color: #99178E;
}
</style>
border-color css
<style>
span { border-color: #99178E; }
span { border-color: rgb(153,23,142); }
td.TdClassName
{
border-color: #99178E;
}
.TagClassName
{
border-color: #99178E;
}
</style>