Shades of Dark Magenta #9F0298
Tints of Dark Magenta #9F0298
RGB
CMYK
RGB Variations
Color information
#9F0298 (or 0x9F0298) is known color: Dark Magenta. HEX triplet: 9F, 02 and 98. RGB value is (159,2,152). Sum of RGB (Red+Green+Blue) = 159+2+152=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0298 is #60FD67. Grayscale: #414141. Windows color (decimal): -6356328 or 9962143. OLE color: 9962143.
HSL color Cylindrical-coordinate representation of color #9F0298: hue angle of 302.68º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0298 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.38 |
| HSL | 302.68º | 0.98% | 0.32% | - |
| HSV(B) | 302.68º | 0.99% | 0.62% | - |
| XYZ | 19.99 | 9.68 | 30.52 | - |
| YUV | 66.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 152 | 0 | 0.99 | 0.04 | 0.38 | 302.68 | 0.98 | 0.32 |
| Hex | 9F | 2 | 98 | 0 | 63 | 4 | 26 | 12F | 62 | 20 |
| Octal | 237 | 2 | 230 | 0 | 143 | 4 | 46 | 457 | 142 | 40 |
| Binary | 10011111 | 10 | 10011000 | 0 | 1100011 | 100 | 100110 | 100101111 | 1100010 | 100000 |
Color Harmonies of #9F0298
Complementary color
Monochromatic Colors of #9F0298
Black with #9F0298
Text Example
Text Example
White with #9F0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0298; }
p { color: rgb(159,2,152); }
H1.HeaderClassName
{
color: #9F0298;
}
.AnyTagClassName
{
color: #9F0298;
}
</style>
background-color css
<style>
a { background-color: #9F0298; }
a { background-color: rgb(159,2,152); }
div.DivClassName
{
background-color: #9F0298;
}
.BgClassName
{
background-color: #9F0298;
}
</style>
border-color css
<style>
span { border-color: #9F0298; }
span { border-color: rgb(159,2,152); }
td.TdClassName
{
border-color: #9F0298;
}
.TagClassName
{
border-color: #9F0298;
}
</style>