Shades of Dark Magenta #980382
Tints of Dark Magenta #980382
RGB
CMYK
RGB Variations
Color information
#980382 (or 0x980382) is known color: Dark Magenta. HEX triplet: 98, 03 and 82. RGB value is (152,3,130). Sum of RGB (Red+Green+Blue) = 152+3+130=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #980382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980382 is #67FC7D. Grayscale: #3D3D3D. Windows color (decimal): -6814846 or 8520600. OLE color: 8520600.
HSL color Cylindrical-coordinate representation of color #980382: hue angle of 308.86º 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 #980382 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 130 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.40 |
| HSL | 308.86º | 0.96% | 0.3% | - |
| HSV(B) | 308.86º | 0.98% | 0.6% | - |
| XYZ | 17.01 | 8.35 | 21.83 | - |
| YUV | 62.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 130 | 0 | 0.98 | 0.14 | 0.40 | 308.86 | 0.96 | 0.3 |
| Hex | 98 | 3 | 82 | 0 | 62 | E | 28 | 135 | 60 | 1E |
| Octal | 230 | 3 | 202 | 0 | 142 | 16 | 50 | 465 | 140 | 36 |
| Binary | 10011000 | 11 | 10000010 | 0 | 1100010 | 1110 | 101000 | 100110101 | 1100000 | 11110 |
Color Harmonies of #980382
Complementary color
Monochromatic Colors of #980382
Black with #980382
Text Example
Text Example
White with #980382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980382; }
p { color: rgb(152,3,130); }
H1.HeaderClassName
{
color: #980382;
}
.AnyTagClassName
{
color: #980382;
}
</style>
background-color css
<style>
a { background-color: #980382; }
a { background-color: rgb(152,3,130); }
div.DivClassName
{
background-color: #980382;
}
.BgClassName
{
background-color: #980382;
}
</style>
border-color css
<style>
span { border-color: #980382; }
span { border-color: rgb(152,3,130); }
td.TdClassName
{
border-color: #980382;
}
.TagClassName
{
border-color: #980382;
}
</style>