Shades of Dark Magenta #980883
Tints of Dark Magenta #980883
RGB
CMYK
RGB Variations
Color information
#980883 (or 0x980883) is known color: Dark Magenta. HEX triplet: 98, 08 and 83. RGB value is (152,8,131). Sum of RGB (Red+Green+Blue) = 152+8+131=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #980883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980883 is #67F77C. Grayscale: #404040. Windows color (decimal): -6813565 or 8587416. OLE color: 8587416.
HSL color Cylindrical-coordinate representation of color #980883: hue angle of 308.75º degrees, saturation: 0.9, 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 #980883 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 8 | 131 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.40 |
| HSL | 308.75º | 0.9% | 0.31% | - |
| HSV(B) | 308.75º | 0.95% | 0.6% | - |
| XYZ | 17.13 | 8.49 | 22.21 | - |
| YUV | 65.08 | 165.21 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 131 | 0 | 0.95 | 0.14 | 0.40 | 308.75 | 0.9 | 0.31 |
| Hex | 98 | 8 | 83 | 0 | 5F | E | 28 | 135 | 5A | 1F |
| Octal | 230 | 10 | 203 | 0 | 137 | 16 | 50 | 465 | 132 | 37 |
| Binary | 10011000 | 1000 | 10000011 | 0 | 1011111 | 1110 | 101000 | 100110101 | 1011010 | 11111 |
Color Harmonies of #980883
Complementary color
Monochromatic Colors of #980883
Black with #980883
Text Example
Text Example
White with #980883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980883; }
p { color: rgb(152,8,131); }
H1.HeaderClassName
{
color: #980883;
}
.AnyTagClassName
{
color: #980883;
}
</style>
background-color css
<style>
a { background-color: #980883; }
a { background-color: rgb(152,8,131); }
div.DivClassName
{
background-color: #980883;
}
.BgClassName
{
background-color: #980883;
}
</style>
border-color css
<style>
span { border-color: #980883; }
span { border-color: rgb(152,8,131); }
td.TdClassName
{
border-color: #980883;
}
.TagClassName
{
border-color: #980883;
}
</style>