Shades of Dark Magenta #980F8C
Tints of Dark Magenta #980F8C
RGB
CMYK
RGB Variations
Color information
#980F8C (or 0x980F8C) is known color: Dark Magenta. HEX triplet: 98, 0F and 8C. RGB value is (152,15,140). Sum of RGB (Red+Green+Blue) = 152+15+140=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #980F8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980F8C is #67F073. Grayscale: #454545. Windows color (decimal): -6811764 or 9179032. OLE color: 9179032.
HSL color Cylindrical-coordinate representation of color #980F8C: hue angle of 305.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F8C is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 140 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.40 |
| HSL | 305.26º | 0.82% | 0.33% | - |
| HSV(B) | 305.26º | 0.9% | 0.6% | - |
| XYZ | 17.85 | 8.91 | 25.59 | - |
| YUV | 70.21 | 167.39 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 140 | 0 | 0.90 | 0.08 | 0.40 | 305.26 | 0.82 | 0.33 |
| Hex | 98 | F | 8C | 0 | 5A | 8 | 28 | 131 | 52 | 21 |
| Octal | 230 | 17 | 214 | 0 | 132 | 10 | 50 | 461 | 122 | 41 |
| Binary | 10011000 | 1111 | 10001100 | 0 | 1011010 | 1000 | 101000 | 100110001 | 1010010 | 100001 |
Color Harmonies of #980F8C
Complementary color
Monochromatic Colors of #980F8C
Black with #980F8C
Text Example
Text Example
White with #980F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F8C; }
p { color: rgb(152,15,140); }
H1.HeaderClassName
{
color: #980F8C;
}
.AnyTagClassName
{
color: #980F8C;
}
</style>
background-color css
<style>
a { background-color: #980F8C; }
a { background-color: rgb(152,15,140); }
div.DivClassName
{
background-color: #980F8C;
}
.BgClassName
{
background-color: #980F8C;
}
</style>
border-color css
<style>
span { border-color: #980F8C; }
span { border-color: rgb(152,15,140); }
td.TdClassName
{
border-color: #980F8C;
}
.TagClassName
{
border-color: #980F8C;
}
</style>