Shades of Dark Magenta #9C0298
Tints of Dark Magenta #9C0298
RGB
CMYK
RGB Variations
Color information
#9C0298 (or 0x9C0298) is known color: Dark Magenta. HEX triplet: 9C, 02 and 98. RGB value is (156,2,152). Sum of RGB (Red+Green+Blue) = 156+2+152=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0298 is #63FD67. Grayscale: #404040. Windows color (decimal): -6552936 or 9962140. OLE color: 9962140.
HSL color Cylindrical-coordinate representation of color #9C0298: hue angle of 301.56º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0298 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.39 |
| HSL | 301.56º | 0.97% | 0.31% | - |
| HSV(B) | 301.56º | 0.99% | 0.61% | - |
| XYZ | 19.4 | 9.38 | 30.49 | - |
| YUV | 65.15 | 177.02 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 152 | 0 | 0.99 | 0.03 | 0.39 | 301.56 | 0.97 | 0.31 |
| Hex | 9C | 2 | 98 | 0 | 63 | 3 | 27 | 12E | 61 | 1F |
| Octal | 234 | 2 | 230 | 0 | 143 | 3 | 47 | 456 | 141 | 37 |
| Binary | 10011100 | 10 | 10011000 | 0 | 1100011 | 11 | 100111 | 100101110 | 1100001 | 11111 |
Color Harmonies of #9C0298
Complementary color
Monochromatic Colors of #9C0298
Black with #9C0298
Text Example
Text Example
White with #9C0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0298; }
p { color: rgb(156,2,152); }
H1.HeaderClassName
{
color: #9C0298;
}
.AnyTagClassName
{
color: #9C0298;
}
</style>
background-color css
<style>
a { background-color: #9C0298; }
a { background-color: rgb(156,2,152); }
div.DivClassName
{
background-color: #9C0298;
}
.BgClassName
{
background-color: #9C0298;
}
</style>
border-color css
<style>
span { border-color: #9C0298; }
span { border-color: rgb(156,2,152); }
td.TdClassName
{
border-color: #9C0298;
}
.TagClassName
{
border-color: #9C0298;
}
</style>