Shades of Dark Magenta #98007E
Tints of Dark Magenta #98007E
RGB
CMYK
RGB Variations
Color information
#98007E (or 0x98007E) is known color: Dark Magenta. HEX triplet: 98, 00 and 7E. RGB value is (152,0,126). Sum of RGB (Red+Green+Blue) = 152+0+126=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #98007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98007E is #67FF81. Grayscale: #3B3B3B. Windows color (decimal): -6815618 or 8257688. OLE color: 8257688.
HSL color Cylindrical-coordinate representation of color #98007E: hue angle of 310.26º 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 #98007E is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.17 | 0.40 |
| HSL | 310.26º | 1% | 0.3% | - |
| HSV(B) | 310.26º | 1% | 0.6% | - |
| XYZ | 16.71 | 8.18 | 20.44 | - |
| YUV | 59.81 | 165.36 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 126 | 0 | 1 | 0.17 | 0.40 | 310.26 | 1 | 0.3 |
| Hex | 98 | 0 | 7E | 0 | 64 | 11 | 28 | 136 | 64 | 1E |
| Octal | 230 | 0 | 176 | 0 | 144 | 21 | 50 | 466 | 144 | 36 |
| Binary | 10011000 | 0 | 1111110 | 0 | 1100100 | 10001 | 101000 | 100110110 | 1100100 | 11110 |
Color Harmonies of #98007E
Complementary color
Monochromatic Colors of #98007E
Black with #98007E
Text Example
Text Example
White with #98007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98007E; }
p { color: rgb(152,0,126); }
H1.HeaderClassName
{
color: #98007E;
}
.AnyTagClassName
{
color: #98007E;
}
</style>
background-color css
<style>
a { background-color: #98007E; }
a { background-color: rgb(152,0,126); }
div.DivClassName
{
background-color: #98007E;
}
.BgClassName
{
background-color: #98007E;
}
</style>
border-color css
<style>
span { border-color: #98007E; }
span { border-color: rgb(152,0,126); }
td.TdClassName
{
border-color: #98007E;
}
.TagClassName
{
border-color: #98007E;
}
</style>