Shades of Dark Magenta #980294
Tints of Dark Magenta #980294
RGB
CMYK
RGB Variations
Color information
#980294 (or 0x980294) is known color: Dark Magenta. HEX triplet: 98, 02 and 94. RGB value is (152,2,148). Sum of RGB (Red+Green+Blue) = 152+2+148=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #980294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980294 is #67FD6B. Grayscale: #3F3F3F. Windows color (decimal): -6815084 or 9699992. OLE color: 9699992.
HSL color Cylindrical-coordinate representation of color #980294: hue angle of 301.6º 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 #980294 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.40 |
| HSL | 301.6º | 0.97% | 0.3% | - |
| HSV(B) | 301.6º | 0.99% | 0.6% | - |
| XYZ | 18.32 | 8.86 | 28.76 | - |
| YUV | 63.49 | 175.7 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 148 | 0 | 0.99 | 0.03 | 0.40 | 301.6 | 0.97 | 0.3 |
| Hex | 98 | 2 | 94 | 0 | 63 | 3 | 28 | 12E | 61 | 1E |
| Octal | 230 | 2 | 224 | 0 | 143 | 3 | 50 | 456 | 141 | 36 |
| Binary | 10011000 | 10 | 10010100 | 0 | 1100011 | 11 | 101000 | 100101110 | 1100001 | 11110 |
Color Harmonies of #980294
Complementary color
Monochromatic Colors of #980294
Black with #980294
Text Example
Text Example
White with #980294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980294; }
p { color: rgb(152,2,148); }
H1.HeaderClassName
{
color: #980294;
}
.AnyTagClassName
{
color: #980294;
}
</style>
background-color css
<style>
a { background-color: #980294; }
a { background-color: rgb(152,2,148); }
div.DivClassName
{
background-color: #980294;
}
.BgClassName
{
background-color: #980294;
}
</style>
border-color css
<style>
span { border-color: #980294; }
span { border-color: rgb(152,2,148); }
td.TdClassName
{
border-color: #980294;
}
.TagClassName
{
border-color: #980294;
}
</style>