Shades of Dark Magenta #98007C
Tints of Dark Magenta #98007C
RGB
CMYK
RGB Variations
Color information
#98007C (or 0x98007C) is known color: Dark Magenta. HEX triplet: 98, 00 and 7C. RGB value is (152,0,124). Sum of RGB (Red+Green+Blue) = 152+0+124=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98007C is #67FF83. Grayscale: #3B3B3B. Windows color (decimal): -6815620 or 8126616. OLE color: 8126616.
HSL color Cylindrical-coordinate representation of color #98007C: hue angle of 311.05º 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 #98007C is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.18 | 0.40 |
| HSL | 311.05º | 1% | 0.3% | - |
| HSV(B) | 311.05º | 1% | 0.6% | - |
| XYZ | 16.59 | 8.13 | 19.76 | - |
| YUV | 59.58 | 164.36 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 124 | 0 | 1 | 0.18 | 0.40 | 311.05 | 1 | 0.3 |
| Hex | 98 | 0 | 7C | 0 | 64 | 12 | 28 | 137 | 64 | 1E |
| Octal | 230 | 0 | 174 | 0 | 144 | 22 | 50 | 467 | 144 | 36 |
| Binary | 10011000 | 0 | 1111100 | 0 | 1100100 | 10010 | 101000 | 100110111 | 1100100 | 11110 |
Color Harmonies of #98007C
Complementary color
Monochromatic Colors of #98007C
Black with #98007C
Text Example
Text Example
White with #98007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98007C; }
p { color: rgb(152,0,124); }
H1.HeaderClassName
{
color: #98007C;
}
.AnyTagClassName
{
color: #98007C;
}
</style>
background-color css
<style>
a { background-color: #98007C; }
a { background-color: rgb(152,0,124); }
div.DivClassName
{
background-color: #98007C;
}
.BgClassName
{
background-color: #98007C;
}
</style>
border-color css
<style>
span { border-color: #98007C; }
span { border-color: rgb(152,0,124); }
td.TdClassName
{
border-color: #98007C;
}
.TagClassName
{
border-color: #98007C;
}
</style>