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