Shades of Dark Magenta #98027D
Tints of Dark Magenta #98027D
RGB
CMYK
RGB Variations
Color information
#98027D (or 0x98027D) is known color: Dark Magenta. HEX triplet: 98, 02 and 7D. RGB value is (152,2,125). Sum of RGB (Red+Green+Blue) = 152+2+125=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98027D is #67FD82. Grayscale: #3C3C3C. Windows color (decimal): -6815107 or 8192664. OLE color: 8192664.
HSL color Cylindrical-coordinate representation of color #98027D: hue angle of 310.8º degrees, saturation: 0.97, 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 #98027D is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.40 |
| HSL | 310.8º | 0.97% | 0.3% | - |
| HSV(B) | 310.8º | 0.99% | 0.6% | - |
| XYZ | 16.67 | 8.2 | 20.11 | - |
| YUV | 60.87 | 164.2 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 125 | 0 | 0.99 | 0.18 | 0.40 | 310.8 | 0.97 | 0.3 |
| Hex | 98 | 2 | 7D | 0 | 63 | 12 | 28 | 137 | 61 | 1E |
| Octal | 230 | 2 | 175 | 0 | 143 | 22 | 50 | 467 | 141 | 36 |
| Binary | 10011000 | 10 | 1111101 | 0 | 1100011 | 10010 | 101000 | 100110111 | 1100001 | 11110 |
Color Harmonies of #98027D
Complementary color
Monochromatic Colors of #98027D
Black with #98027D
Text Example
Text Example
White with #98027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98027D; }
p { color: rgb(152,2,125); }
H1.HeaderClassName
{
color: #98027D;
}
.AnyTagClassName
{
color: #98027D;
}
</style>
background-color css
<style>
a { background-color: #98027D; }
a { background-color: rgb(152,2,125); }
div.DivClassName
{
background-color: #98027D;
}
.BgClassName
{
background-color: #98027D;
}
</style>
border-color css
<style>
span { border-color: #98027D; }
span { border-color: rgb(152,2,125); }
td.TdClassName
{
border-color: #98027D;
}
.TagClassName
{
border-color: #98027D;
}
</style>