Shades of Dark Magenta #980781
Tints of Dark Magenta #980781
RGB
CMYK
RGB Variations
Color information
#980781 (or 0x980781) is known color: Dark Magenta. HEX triplet: 98, 07 and 81. RGB value is (152,7,129). Sum of RGB (Red+Green+Blue) = 152+7+129=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #980781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980781 is #67F87E. Grayscale: #3F3F3F. Windows color (decimal): -6813823 or 8456088. OLE color: 8456088.
HSL color Cylindrical-coordinate representation of color #980781: hue angle of 309.52º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980781 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 7 | 129 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.40 |
| HSL | 309.52º | 0.91% | 0.31% | - |
| HSV(B) | 309.52º | 0.95% | 0.6% | - |
| XYZ | 16.99 | 8.41 | 21.5 | - |
| YUV | 64.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 129 | 0 | 0.95 | 0.15 | 0.40 | 309.52 | 0.91 | 0.31 |
| Hex | 98 | 7 | 81 | 0 | 5F | F | 28 | 136 | 5B | 1F |
| Octal | 230 | 7 | 201 | 0 | 137 | 17 | 50 | 466 | 133 | 37 |
| Binary | 10011000 | 111 | 10000001 | 0 | 1011111 | 1111 | 101000 | 100110110 | 1011011 | 11111 |
Color Harmonies of #980781
Complementary color
Monochromatic Colors of #980781
Black with #980781
Text Example
Text Example
White with #980781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980781; }
p { color: rgb(152,7,129); }
H1.HeaderClassName
{
color: #980781;
}
.AnyTagClassName
{
color: #980781;
}
</style>
background-color css
<style>
a { background-color: #980781; }
a { background-color: rgb(152,7,129); }
div.DivClassName
{
background-color: #980781;
}
.BgClassName
{
background-color: #980781;
}
</style>
border-color css
<style>
span { border-color: #980781; }
span { border-color: rgb(152,7,129); }
td.TdClassName
{
border-color: #980781;
}
.TagClassName
{
border-color: #980781;
}
</style>