Shades of Dark Magenta #980E8B
Tints of Dark Magenta #980E8B
RGB
CMYK
RGB Variations
Color information
#980E8B (or 0x980E8B) is known color: Dark Magenta. HEX triplet: 98, 0E and 8B. RGB value is (152,14,139). Sum of RGB (Red+Green+Blue) = 152+14+139=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #980E8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980E8B is #67F174. Grayscale: #454545. Windows color (decimal): -6812021 or 9113240. OLE color: 9113240.
HSL color Cylindrical-coordinate representation of color #980E8B: hue angle of 305.65º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E8B is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 14 | 139 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.40 |
| HSL | 305.65º | 0.83% | 0.33% | - |
| HSV(B) | 305.65º | 0.91% | 0.6% | - |
| XYZ | 17.77 | 8.85 | 25.2 | - |
| YUV | 69.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 139 | 0 | 0.91 | 0.09 | 0.40 | 305.65 | 0.83 | 0.33 |
| Hex | 98 | E | 8B | 0 | 5B | 9 | 28 | 132 | 53 | 21 |
| Octal | 230 | 16 | 213 | 0 | 133 | 11 | 50 | 462 | 123 | 41 |
| Binary | 10011000 | 1110 | 10001011 | 0 | 1011011 | 1001 | 101000 | 100110010 | 1010011 | 100001 |
Color Harmonies of #980E8B
Complementary color
Monochromatic Colors of #980E8B
Black with #980E8B
Text Example
Text Example
White with #980E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980E8B; }
p { color: rgb(152,14,139); }
H1.HeaderClassName
{
color: #980E8B;
}
.AnyTagClassName
{
color: #980E8B;
}
</style>
background-color css
<style>
a { background-color: #980E8B; }
a { background-color: rgb(152,14,139); }
div.DivClassName
{
background-color: #980E8B;
}
.BgClassName
{
background-color: #980E8B;
}
</style>
border-color css
<style>
span { border-color: #980E8B; }
span { border-color: rgb(152,14,139); }
td.TdClassName
{
border-color: #980E8B;
}
.TagClassName
{
border-color: #980E8B;
}
</style>