Shades of Dark Magenta #99128B
Tints of Dark Magenta #99128B
RGB
CMYK
RGB Variations
Color information
#99128B (or 0x99128B) is known color: Dark Magenta. HEX triplet: 99, 12 and 8B. RGB value is (153,18,139). Sum of RGB (Red+Green+Blue) = 153+18+139=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #99128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99128B is #66ED74. Grayscale: #474747. Windows color (decimal): -6745461 or 9114265. OLE color: 9114265.
HSL color Cylindrical-coordinate representation of color #99128B: hue angle of 306.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99128B is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 18 | 139 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.4 |
| HSL | 306.22º | 0.79% | 0.34% | - |
| HSV(B) | 306.22º | 0.88% | 0.6% | - |
| XYZ | 18.01 | 9.07 | 25.23 | - |
| YUV | 72.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 139 | 0 | 0.88 | 0.09 | 0.4 | 306.22 | 0.79 | 0.34 |
| Hex | 99 | 12 | 8B | 0 | 58 | 9 | 28 | 132 | 4F | 22 |
| Octal | 231 | 22 | 213 | 0 | 130 | 11 | 50 | 462 | 117 | 42 |
| Binary | 10011001 | 10010 | 10001011 | 0 | 1011000 | 1001 | 101000 | 100110010 | 1001111 | 100010 |
Color Harmonies of #99128B
Complementary color
Monochromatic Colors of #99128B
Black with #99128B
Text Example
Text Example
White with #99128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99128B; }
p { color: rgb(153,18,139); }
H1.HeaderClassName
{
color: #99128B;
}
.AnyTagClassName
{
color: #99128B;
}
</style>
background-color css
<style>
a { background-color: #99128B; }
a { background-color: rgb(153,18,139); }
div.DivClassName
{
background-color: #99128B;
}
.BgClassName
{
background-color: #99128B;
}
</style>
border-color css
<style>
span { border-color: #99128B; }
span { border-color: rgb(153,18,139); }
td.TdClassName
{
border-color: #99128B;
}
.TagClassName
{
border-color: #99128B;
}
</style>