Shades of Dark Magenta #9A0297
Tints of Dark Magenta #9A0297
RGB
CMYK
RGB Variations
Color information
#9A0297 (or 0x9A0297) is known color: Dark Magenta. HEX triplet: 9A, 02 and 97. RGB value is (154,2,151). Sum of RGB (Red+Green+Blue) = 154+2+151=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0297 is #65FD68. Grayscale: #3F3F3F. Windows color (decimal): -6684009 or 9896602. OLE color: 9896602.
HSL color Cylindrical-coordinate representation of color #9A0297: hue angle of 301.18º 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 #9A0297 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 151 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.40 |
| HSL | 301.18º | 0.97% | 0.31% | - |
| HSV(B) | 301.18º | 0.99% | 0.6% | - |
| XYZ | 18.93 | 9.15 | 30.05 | - |
| YUV | 64.43 | 176.86 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 151 | 0 | 0.99 | 0.02 | 0.40 | 301.18 | 0.97 | 0.31 |
| Hex | 9A | 2 | 97 | 0 | 63 | 2 | 28 | 12D | 61 | 1F |
| Octal | 232 | 2 | 227 | 0 | 143 | 2 | 50 | 455 | 141 | 37 |
| Binary | 10011010 | 10 | 10010111 | 0 | 1100011 | 10 | 101000 | 100101101 | 1100001 | 11111 |
Color Harmonies of #9A0297
Complementary color
Monochromatic Colors of #9A0297
Black with #9A0297
Text Example
Text Example
White with #9A0297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0297; }
p { color: rgb(154,2,151); }
H1.HeaderClassName
{
color: #9A0297;
}
.AnyTagClassName
{
color: #9A0297;
}
</style>
background-color css
<style>
a { background-color: #9A0297; }
a { background-color: rgb(154,2,151); }
div.DivClassName
{
background-color: #9A0297;
}
.BgClassName
{
background-color: #9A0297;
}
</style>
border-color css
<style>
span { border-color: #9A0297; }
span { border-color: rgb(154,2,151); }
td.TdClassName
{
border-color: #9A0297;
}
.TagClassName
{
border-color: #9A0297;
}
</style>