Shades of Dark Magenta #98017F
Tints of Dark Magenta #98017F
RGB
CMYK
RGB Variations
Color information
#98017F (or 0x98017F) is known color: Dark Magenta. HEX triplet: 98, 01 and 7F. RGB value is (152,1,127). Sum of RGB (Red+Green+Blue) = 152+1+127=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98017F is #67FE80. Grayscale: #3C3C3C. Windows color (decimal): -6815361 or 8323480. OLE color: 8323480.
HSL color Cylindrical-coordinate representation of color #98017F: hue angle of 309.93º 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 #98017F is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.40 |
| HSL | 309.93º | 0.99% | 0.3% | - |
| HSV(B) | 309.93º | 0.99% | 0.6% | - |
| XYZ | 16.79 | 8.23 | 20.78 | - |
| YUV | 60.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 127 | 0 | 0.99 | 0.16 | 0.40 | 309.93 | 0.99 | 0.3 |
| Hex | 98 | 1 | 7F | 0 | 63 | 10 | 28 | 136 | 63 | 1E |
| Octal | 230 | 1 | 177 | 0 | 143 | 20 | 50 | 466 | 143 | 36 |
| Binary | 10011000 | 1 | 1111111 | 0 | 1100011 | 10000 | 101000 | 100110110 | 1100011 | 11110 |
Color Harmonies of #98017F
Complementary color
Monochromatic Colors of #98017F
Black with #98017F
Text Example
Text Example
White with #98017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98017F; }
p { color: rgb(152,1,127); }
H1.HeaderClassName
{
color: #98017F;
}
.AnyTagClassName
{
color: #98017F;
}
</style>
background-color css
<style>
a { background-color: #98017F; }
a { background-color: rgb(152,1,127); }
div.DivClassName
{
background-color: #98017F;
}
.BgClassName
{
background-color: #98017F;
}
</style>
border-color css
<style>
span { border-color: #98017F; }
span { border-color: rgb(152,1,127); }
td.TdClassName
{
border-color: #98017F;
}
.TagClassName
{
border-color: #98017F;
}
</style>