Shades of Dark Magenta #98017C
Tints of Dark Magenta #98017C
RGB
CMYK
RGB Variations
Color information
#98017C (or 0x98017C) is known color: Dark Magenta. HEX triplet: 98, 01 and 7C. RGB value is (152,1,124). Sum of RGB (Red+Green+Blue) = 152+1+124=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98017C is #67FE83. Grayscale: #3B3B3B. Windows color (decimal): -6815364 or 8126872. OLE color: 8126872.
HSL color Cylindrical-coordinate representation of color #98017C: hue angle of 311.13º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98017C is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.40 |
| HSL | 311.13º | 0.99% | 0.3% | - |
| HSV(B) | 311.13º | 0.99% | 0.6% | - |
| XYZ | 16.6 | 8.15 | 19.77 | - |
| YUV | 60.17 | 164.03 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 124 | 0 | 0.99 | 0.18 | 0.40 | 311.13 | 0.99 | 0.3 |
| Hex | 98 | 1 | 7C | 0 | 63 | 12 | 28 | 137 | 63 | 1E |
| Octal | 230 | 1 | 174 | 0 | 143 | 22 | 50 | 467 | 143 | 36 |
| Binary | 10011000 | 1 | 1111100 | 0 | 1100011 | 10010 | 101000 | 100110111 | 1100011 | 11110 |
Color Harmonies of #98017C
Complementary color
Monochromatic Colors of #98017C
Black with #98017C
Text Example
Text Example
White with #98017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98017C; }
p { color: rgb(152,1,124); }
H1.HeaderClassName
{
color: #98017C;
}
.AnyTagClassName
{
color: #98017C;
}
</style>
background-color css
<style>
a { background-color: #98017C; }
a { background-color: rgb(152,1,124); }
div.DivClassName
{
background-color: #98017C;
}
.BgClassName
{
background-color: #98017C;
}
</style>
border-color css
<style>
span { border-color: #98017C; }
span { border-color: rgb(152,1,124); }
td.TdClassName
{
border-color: #98017C;
}
.TagClassName
{
border-color: #98017C;
}
</style>