Shades of Dark Magenta #9E0298
Tints of Dark Magenta #9E0298
RGB
CMYK
RGB Variations
Color information
#9E0298 (or 0x9E0298) is known color: Dark Magenta. HEX triplet: 9E, 02 and 98. RGB value is (158,2,152). Sum of RGB (Red+Green+Blue) = 158+2+152=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0298 is #61FD67. Grayscale: #414141. Windows color (decimal): -6421864 or 9962142. OLE color: 9962142.
HSL color Cylindrical-coordinate representation of color #9E0298: hue angle of 302.31º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0298 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.38 |
| HSL | 302.31º | 0.98% | 0.31% | - |
| HSV(B) | 302.31º | 0.99% | 0.62% | - |
| XYZ | 19.79 | 9.58 | 30.51 | - |
| YUV | 65.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 152 | 0 | 0.99 | 0.04 | 0.38 | 302.31 | 0.98 | 0.31 |
| Hex | 9E | 2 | 98 | 0 | 63 | 4 | 26 | 12E | 62 | 1F |
| Octal | 236 | 2 | 230 | 0 | 143 | 4 | 46 | 456 | 142 | 37 |
| Binary | 10011110 | 10 | 10011000 | 0 | 1100011 | 100 | 100110 | 100101110 | 1100010 | 11111 |
Color Harmonies of #9E0298
Complementary color
Monochromatic Colors of #9E0298
Black with #9E0298
Text Example
Text Example
White with #9E0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0298; }
p { color: rgb(158,2,152); }
H1.HeaderClassName
{
color: #9E0298;
}
.AnyTagClassName
{
color: #9E0298;
}
</style>
background-color css
<style>
a { background-color: #9E0298; }
a { background-color: rgb(158,2,152); }
div.DivClassName
{
background-color: #9E0298;
}
.BgClassName
{
background-color: #9E0298;
}
</style>
border-color css
<style>
span { border-color: #9E0298; }
span { border-color: rgb(158,2,152); }
td.TdClassName
{
border-color: #9E0298;
}
.TagClassName
{
border-color: #9E0298;
}
</style>