Shades of Dark Magenta #9C0198
Tints of Dark Magenta #9C0198
RGB
CMYK
RGB Variations
Color information
#9C0198 (or 0x9C0198) is known color: Dark Magenta. HEX triplet: 9C, 01 and 98. RGB value is (156,1,152). Sum of RGB (Red+Green+Blue) = 156+1+152=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0198 is #63FE67. Grayscale: #404040. Windows color (decimal): -6553192 or 9961884. OLE color: 9961884.
HSL color Cylindrical-coordinate representation of color #9C0198: hue angle of 301.55º degrees, saturation: 0.99, 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 #9C0198 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 152 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.39 |
| HSL | 301.55º | 0.99% | 0.31% | - |
| HSV(B) | 301.55º | 0.99% | 0.61% | - |
| XYZ | 19.39 | 9.36 | 30.49 | - |
| YUV | 64.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 152 | 0 | 0.99 | 0.03 | 0.39 | 301.55 | 0.99 | 0.31 |
| Hex | 9C | 1 | 98 | 0 | 63 | 3 | 27 | 12E | 63 | 1F |
| Octal | 234 | 1 | 230 | 0 | 143 | 3 | 47 | 456 | 143 | 37 |
| Binary | 10011100 | 1 | 10011000 | 0 | 1100011 | 11 | 100111 | 100101110 | 1100011 | 11111 |
Color Harmonies of #9C0198
Complementary color
Monochromatic Colors of #9C0198
Black with #9C0198
Text Example
Text Example
White with #9C0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0198; }
p { color: rgb(156,1,152); }
H1.HeaderClassName
{
color: #9C0198;
}
.AnyTagClassName
{
color: #9C0198;
}
</style>
background-color css
<style>
a { background-color: #9C0198; }
a { background-color: rgb(156,1,152); }
div.DivClassName
{
background-color: #9C0198;
}
.BgClassName
{
background-color: #9C0198;
}
</style>
border-color css
<style>
span { border-color: #9C0198; }
span { border-color: rgb(156,1,152); }
td.TdClassName
{
border-color: #9C0198;
}
.TagClassName
{
border-color: #9C0198;
}
</style>