Shades of Dark Magenta #9A0492
Tints of Dark Magenta #9A0492
RGB
CMYK
RGB Variations
Color information
#9A0492 (or 0x9A0492) is known color: Dark Magenta. HEX triplet: 9A, 04 and 92. RGB value is (154,4,146). Sum of RGB (Red+Green+Blue) = 154+4+146=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0492 is #65FB6D. Grayscale: #404040. Windows color (decimal): -6683502 or 9569434. OLE color: 9569434.
HSL color Cylindrical-coordinate representation of color #9A0492: hue angle of 303.2º 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 #9A0492 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 4 | 146 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.40 |
| HSL | 303.2º | 0.95% | 0.31% | - |
| HSV(B) | 303.2º | 0.97% | 0.6% | - |
| XYZ | 18.56 | 9.03 | 27.96 | - |
| YUV | 65.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 146 | 0 | 0.97 | 0.05 | 0.40 | 303.2 | 0.95 | 0.31 |
| Hex | 9A | 4 | 92 | 0 | 61 | 5 | 28 | 12F | 5F | 1F |
| Octal | 232 | 4 | 222 | 0 | 141 | 5 | 50 | 457 | 137 | 37 |
| Binary | 10011010 | 100 | 10010010 | 0 | 1100001 | 101 | 101000 | 100101111 | 1011111 | 11111 |
Color Harmonies of #9A0492
Complementary color
Monochromatic Colors of #9A0492
Black with #9A0492
Text Example
Text Example
White with #9A0492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0492; }
p { color: rgb(154,4,146); }
H1.HeaderClassName
{
color: #9A0492;
}
.AnyTagClassName
{
color: #9A0492;
}
</style>
background-color css
<style>
a { background-color: #9A0492; }
a { background-color: rgb(154,4,146); }
div.DivClassName
{
background-color: #9A0492;
}
.BgClassName
{
background-color: #9A0492;
}
</style>
border-color css
<style>
span { border-color: #9A0492; }
span { border-color: rgb(154,4,146); }
td.TdClassName
{
border-color: #9A0492;
}
.TagClassName
{
border-color: #9A0492;
}
</style>