Shades of Dark Magenta #9A048E
Tints of Dark Magenta #9A048E
RGB
CMYK
RGB Variations
Color information
#9A048E (or 0x9A048E) is known color: Dark Magenta. HEX triplet: 9A, 04 and 8E. RGB value is (154,4,142). Sum of RGB (Red+Green+Blue) = 154+4+142=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A048E is #65FB71. Grayscale: #404040. Windows color (decimal): -6683506 or 9307290. OLE color: 9307290.
HSL color Cylindrical-coordinate representation of color #9A048E: hue angle of 304.8º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A048E is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 4 | 142 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.40 |
| HSL | 304.8º | 0.95% | 0.31% | - |
| HSV(B) | 304.8º | 0.97% | 0.6% | - |
| XYZ | 18.25 | 8.91 | 26.35 | - |
| YUV | 64.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 142 | 0 | 0.97 | 0.08 | 0.40 | 304.8 | 0.95 | 0.31 |
| Hex | 9A | 4 | 8E | 0 | 61 | 8 | 28 | 131 | 5F | 1F |
| Octal | 232 | 4 | 216 | 0 | 141 | 10 | 50 | 461 | 137 | 37 |
| Binary | 10011010 | 100 | 10001110 | 0 | 1100001 | 1000 | 101000 | 100110001 | 1011111 | 11111 |
Color Harmonies of #9A048E
Complementary color
Monochromatic Colors of #9A048E
Black with #9A048E
Text Example
Text Example
White with #9A048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A048E; }
p { color: rgb(154,4,142); }
H1.HeaderClassName
{
color: #9A048E;
}
.AnyTagClassName
{
color: #9A048E;
}
</style>
background-color css
<style>
a { background-color: #9A048E; }
a { background-color: rgb(154,4,142); }
div.DivClassName
{
background-color: #9A048E;
}
.BgClassName
{
background-color: #9A048E;
}
</style>
border-color css
<style>
span { border-color: #9A048E; }
span { border-color: rgb(154,4,142); }
td.TdClassName
{
border-color: #9A048E;
}
.TagClassName
{
border-color: #9A048E;
}
</style>