Shades of Dark Magenta #98007F
Tints of Dark Magenta #98007F
RGB
CMYK
RGB Variations
Color information
#98007F (or 0x98007F) is known color: Dark Magenta. HEX triplet: 98, 00 and 7F. RGB value is (152,0,127). Sum of RGB (Red+Green+Blue) = 152+0+127=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98007F is #67FF80. Grayscale: #3B3B3B. Windows color (decimal): -6815617 or 8323224. OLE color: 8323224.
HSL color Cylindrical-coordinate representation of color #98007F: hue angle of 309.87º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98007F is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.16 | 0.40 |
| HSL | 309.87º | 1% | 0.3% | - |
| HSV(B) | 309.87º | 1% | 0.6% | - |
| XYZ | 16.78 | 8.21 | 20.78 | - |
| YUV | 59.93 | 165.86 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 127 | 0 | 1 | 0.16 | 0.40 | 309.87 | 1 | 0.3 |
| Hex | 98 | 0 | 7F | 0 | 64 | 10 | 28 | 136 | 64 | 1E |
| Octal | 230 | 0 | 177 | 0 | 144 | 20 | 50 | 466 | 144 | 36 |
| Binary | 10011000 | 0 | 1111111 | 0 | 1100100 | 10000 | 101000 | 100110110 | 1100100 | 11110 |
Color Harmonies of #98007F
Complementary color
Monochromatic Colors of #98007F
Black with #98007F
Text Example
Text Example
White with #98007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98007F; }
p { color: rgb(152,0,127); }
H1.HeaderClassName
{
color: #98007F;
}
.AnyTagClassName
{
color: #98007F;
}
</style>
background-color css
<style>
a { background-color: #98007F; }
a { background-color: rgb(152,0,127); }
div.DivClassName
{
background-color: #98007F;
}
.BgClassName
{
background-color: #98007F;
}
</style>
border-color css
<style>
span { border-color: #98007F; }
span { border-color: rgb(152,0,127); }
td.TdClassName
{
border-color: #98007F;
}
.TagClassName
{
border-color: #98007F;
}
</style>