Shades of Dark Magenta #9A0098
Tints of Dark Magenta #9A0098
RGB
CMYK
RGB Variations
Color information
#9A0098 (or 0x9A0098) is known color: Dark Magenta. HEX triplet: 9A, 00 and 98. RGB value is (154,0,152). Sum of RGB (Red+Green+Blue) = 154+0+152=306 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.33% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0098 is #65FF67. Grayscale: #3E3E3E. Windows color (decimal): -6684520 or 9961626. OLE color: 9961626.
HSL color Cylindrical-coordinate representation of color #9A0098: hue angle of 300.78º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A0098 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.01 | 0.40 |
| HSL | 300.78º | 1% | 0.3% | - |
| HSV(B) | 300.78º | 1% | 0.6% | - |
| XYZ | 18.99 | 9.14 | 30.47 | - |
| YUV | 63.37 | 178.02 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 152 | 0 | 1 | 0.01 | 0.40 | 300.78 | 1 | 0.3 |
| Hex | 9A | 0 | 98 | 0 | 64 | 1 | 28 | 12D | 64 | 1E |
| Octal | 232 | 0 | 230 | 0 | 144 | 1 | 50 | 455 | 144 | 36 |
| Binary | 10011010 | 0 | 10011000 | 0 | 1100100 | 1 | 101000 | 100101101 | 1100100 | 11110 |
Color Harmonies of #9A0098
Complementary color
Monochromatic Colors of #9A0098
Black with #9A0098
Text Example
Text Example
White with #9A0098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0098; }
p { color: rgb(154,0,152); }
H1.HeaderClassName
{
color: #9A0098;
}
.AnyTagClassName
{
color: #9A0098;
}
</style>
background-color css
<style>
a { background-color: #9A0098; }
a { background-color: rgb(154,0,152); }
div.DivClassName
{
background-color: #9A0098;
}
.BgClassName
{
background-color: #9A0098;
}
</style>
border-color css
<style>
span { border-color: #9A0098; }
span { border-color: rgb(154,0,152); }
td.TdClassName
{
border-color: #9A0098;
}
.TagClassName
{
border-color: #9A0098;
}
</style>