Shades of Dark Magenta #980384
Tints of Dark Magenta #980384
RGB
CMYK
RGB Variations
Color information
#980384 (or 0x980384) is known color: Dark Magenta. HEX triplet: 98, 03 and 84. RGB value is (152,3,132). Sum of RGB (Red+Green+Blue) = 152+3+132=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #980384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980384 is #67FC7B. Grayscale: #3D3D3D. Windows color (decimal): -6814844 or 8651672. OLE color: 8651672.
HSL color Cylindrical-coordinate representation of color #980384: hue angle of 308.05º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980384 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.40 |
| HSL | 308.05º | 0.96% | 0.3% | - |
| HSV(B) | 308.05º | 0.98% | 0.6% | - |
| XYZ | 17.15 | 8.41 | 22.55 | - |
| YUV | 62.26 | 167.36 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 132 | 0 | 0.98 | 0.13 | 0.40 | 308.05 | 0.96 | 0.3 |
| Hex | 98 | 3 | 84 | 0 | 62 | D | 28 | 134 | 60 | 1E |
| Octal | 230 | 3 | 204 | 0 | 142 | 15 | 50 | 464 | 140 | 36 |
| Binary | 10011000 | 11 | 10000100 | 0 | 1100010 | 1101 | 101000 | 100110100 | 1100000 | 11110 |
Color Harmonies of #980384
Complementary color
Monochromatic Colors of #980384
Black with #980384
Text Example
Text Example
White with #980384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980384; }
p { color: rgb(152,3,132); }
H1.HeaderClassName
{
color: #980384;
}
.AnyTagClassName
{
color: #980384;
}
</style>
background-color css
<style>
a { background-color: #980384; }
a { background-color: rgb(152,3,132); }
div.DivClassName
{
background-color: #980384;
}
.BgClassName
{
background-color: #980384;
}
</style>
border-color css
<style>
span { border-color: #980384; }
span { border-color: rgb(152,3,132); }
td.TdClassName
{
border-color: #980384;
}
.TagClassName
{
border-color: #980384;
}
</style>