Shades of Dark Magenta #9A128E
Tints of Dark Magenta #9A128E
RGB
CMYK
RGB Variations
Color information
#9A128E (or 0x9A128E) is known color: Dark Magenta. HEX triplet: 9A, 12 and 8E. RGB value is (154,18,142). Sum of RGB (Red+Green+Blue) = 154+18+142=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A128E is #65ED71. Grayscale: #484848. Windows color (decimal): -6679922 or 9310874. OLE color: 9310874.
HSL color Cylindrical-coordinate representation of color #9A128E: hue angle of 305.29º 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 #9A128E is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 18 | 142 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.40 |
| HSL | 305.29º | 0.79% | 0.34% | - |
| HSV(B) | 305.29º | 0.88% | 0.6% | - |
| XYZ | 18.43 | 9.26 | 26.41 | - |
| YUV | 72.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 18 | 142 | 0 | 0.88 | 0.08 | 0.40 | 305.29 | 0.79 | 0.34 |
| Hex | 9A | 12 | 8E | 0 | 58 | 8 | 28 | 131 | 4F | 22 |
| Octal | 232 | 22 | 216 | 0 | 130 | 10 | 50 | 461 | 117 | 42 |
| Binary | 10011010 | 10010 | 10001110 | 0 | 1011000 | 1000 | 101000 | 100110001 | 1001111 | 100010 |
Color Harmonies of #9A128E
Complementary color
Monochromatic Colors of #9A128E
Black with #9A128E
Text Example
Text Example
White with #9A128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A128E; }
p { color: rgb(154,18,142); }
H1.HeaderClassName
{
color: #9A128E;
}
.AnyTagClassName
{
color: #9A128E;
}
</style>
background-color css
<style>
a { background-color: #9A128E; }
a { background-color: rgb(154,18,142); }
div.DivClassName
{
background-color: #9A128E;
}
.BgClassName
{
background-color: #9A128E;
}
</style>
border-color css
<style>
span { border-color: #9A128E; }
span { border-color: rgb(154,18,142); }
td.TdClassName
{
border-color: #9A128E;
}
.TagClassName
{
border-color: #9A128E;
}
</style>