Shades of Dark Magenta #9A0298
Tints of Dark Magenta #9A0298
RGB
CMYK
RGB Variations
Color information
#9A0298 (or 0x9A0298) is known color: Dark Magenta. HEX triplet: 9A, 02 and 98. RGB value is (154,2,152). Sum of RGB (Red+Green+Blue) = 154+2+152=308 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0298 is #65FD67. Grayscale: #404040. Windows color (decimal): -6684008 or 9962138. OLE color: 9962138.
HSL color Cylindrical-coordinate representation of color #9A0298: hue angle of 300.79º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0298 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.40 |
| HSL | 300.79º | 0.97% | 0.31% | - |
| HSV(B) | 300.79º | 0.99% | 0.6% | - |
| XYZ | 19.02 | 9.18 | 30.48 | - |
| YUV | 64.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 152 | 0 | 0.99 | 0.01 | 0.40 | 300.79 | 0.97 | 0.31 |
| Hex | 9A | 2 | 98 | 0 | 63 | 1 | 28 | 12D | 61 | 1F |
| Octal | 232 | 2 | 230 | 0 | 143 | 1 | 50 | 455 | 141 | 37 |
| Binary | 10011010 | 10 | 10011000 | 0 | 1100011 | 1 | 101000 | 100101101 | 1100001 | 11111 |
Color Harmonies of #9A0298
Complementary color
Monochromatic Colors of #9A0298
Black with #9A0298
Text Example
Text Example
White with #9A0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0298; }
p { color: rgb(154,2,152); }
H1.HeaderClassName
{
color: #9A0298;
}
.AnyTagClassName
{
color: #9A0298;
}
</style>
background-color css
<style>
a { background-color: #9A0298; }
a { background-color: rgb(154,2,152); }
div.DivClassName
{
background-color: #9A0298;
}
.BgClassName
{
background-color: #9A0298;
}
</style>
border-color css
<style>
span { border-color: #9A0298; }
span { border-color: rgb(154,2,152); }
td.TdClassName
{
border-color: #9A0298;
}
.TagClassName
{
border-color: #9A0298;
}
</style>