Shades of Dark Magenta #99178D
Tints of Dark Magenta #99178D
RGB
CMYK
RGB Variations
Color information
#99178D (or 0x99178D) is known color: Dark Magenta. HEX triplet: 99, 17 and 8D. RGB value is (153,23,141). Sum of RGB (Red+Green+Blue) = 153+23+141=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99178D is #66E872. Grayscale: #4A4A4A. Windows color (decimal): -6744179 or 9246617. OLE color: 9246617.
HSL color Cylindrical-coordinate representation of color #99178D: hue angle of 305.54º 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 #99178D is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 23 | 141 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.4 |
| HSL | 305.54º | 0.74% | 0.35% | - |
| HSV(B) | 305.54º | 0.85% | 0.6% | - |
| XYZ | 18.25 | 9.31 | 26.03 | - |
| YUV | 75.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 141 | 0 | 0.85 | 0.08 | 0.4 | 305.54 | 0.74 | 0.35 |
| Hex | 99 | 17 | 8D | 0 | 55 | 8 | 28 | 132 | 4A | 23 |
| Octal | 231 | 27 | 215 | 0 | 125 | 10 | 50 | 462 | 112 | 43 |
| Binary | 10011001 | 10111 | 10001101 | 0 | 1010101 | 1000 | 101000 | 100110010 | 1001010 | 100011 |
Color Harmonies of #99178D
Complementary color
Monochromatic Colors of #99178D
Black with #99178D
Text Example
Text Example
White with #99178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99178D; }
p { color: rgb(153,23,141); }
H1.HeaderClassName
{
color: #99178D;
}
.AnyTagClassName
{
color: #99178D;
}
</style>
background-color css
<style>
a { background-color: #99178D; }
a { background-color: rgb(153,23,141); }
div.DivClassName
{
background-color: #99178D;
}
.BgClassName
{
background-color: #99178D;
}
</style>
border-color css
<style>
span { border-color: #99178D; }
span { border-color: rgb(153,23,141); }
td.TdClassName
{
border-color: #99178D;
}
.TagClassName
{
border-color: #99178D;
}
</style>