Shades of Dark Magenta #9A198F
Tints of Dark Magenta #9A198F
RGB
CMYK
RGB Variations
Color information
#9A198F (or 0x9A198F) is known color: Dark Magenta. HEX triplet: 9A, 19 and 8F. RGB value is (154,25,143). Sum of RGB (Red+Green+Blue) = 154+25+143=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A198F is #65E670. Grayscale: #4C4C4C. Windows color (decimal): -6678129 or 9378202. OLE color: 9378202.
HSL color Cylindrical-coordinate representation of color #9A198F: hue angle of 305.12º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A198F is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 25 | 143 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.40 |
| HSL | 305.12º | 0.72% | 0.35% | - |
| HSV(B) | 305.12º | 0.84% | 0.6% | - |
| XYZ | 18.63 | 9.55 | 26.85 | - |
| YUV | 77.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 143 | 0 | 0.84 | 0.07 | 0.40 | 305.12 | 0.72 | 0.35 |
| Hex | 9A | 19 | 8F | 0 | 54 | 7 | 28 | 131 | 48 | 23 |
| Octal | 232 | 31 | 217 | 0 | 124 | 7 | 50 | 461 | 110 | 43 |
| Binary | 10011010 | 11001 | 10001111 | 0 | 1010100 | 111 | 101000 | 100110001 | 1001000 | 100011 |
Color Harmonies of #9A198F
Complementary color
Monochromatic Colors of #9A198F
Black with #9A198F
Text Example
Text Example
White with #9A198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A198F; }
p { color: rgb(154,25,143); }
H1.HeaderClassName
{
color: #9A198F;
}
.AnyTagClassName
{
color: #9A198F;
}
</style>
background-color css
<style>
a { background-color: #9A198F; }
a { background-color: rgb(154,25,143); }
div.DivClassName
{
background-color: #9A198F;
}
.BgClassName
{
background-color: #9A198F;
}
</style>
border-color css
<style>
span { border-color: #9A198F; }
span { border-color: rgb(154,25,143); }
td.TdClassName
{
border-color: #9A198F;
}
.TagClassName
{
border-color: #9A198F;
}
</style>