Shades of Dark Magenta #9E0382
Tints of Dark Magenta #9E0382
RGB
CMYK
RGB Variations
Color information
#9E0382 (or 0x9E0382) is known color: Dark Magenta. HEX triplet: 9E, 03 and 82. RGB value is (158,3,130). Sum of RGB (Red+Green+Blue) = 158+3+130=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0382 is #61FC7D. Grayscale: #3F3F3F. Windows color (decimal): -6421630 or 8520606. OLE color: 8520606.
HSL color Cylindrical-coordinate representation of color #9E0382: hue angle of 310.84º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E0382 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 3 | 130 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.38 |
| HSL | 310.84º | 0.96% | 0.32% | - |
| HSV(B) | 310.84º | 0.98% | 0.62% | - |
| XYZ | 18.16 | 8.95 | 21.89 | - |
| YUV | 63.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 130 | 0 | 0.98 | 0.18 | 0.38 | 310.84 | 0.96 | 0.32 |
| Hex | 9E | 3 | 82 | 0 | 62 | 12 | 26 | 137 | 60 | 20 |
| Octal | 236 | 3 | 202 | 0 | 142 | 22 | 46 | 467 | 140 | 40 |
| Binary | 10011110 | 11 | 10000010 | 0 | 1100010 | 10010 | 100110 | 100110111 | 1100000 | 100000 |
Color Harmonies of #9E0382
Complementary color
Monochromatic Colors of #9E0382
Black with #9E0382
Text Example
Text Example
White with #9E0382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0382; }
p { color: rgb(158,3,130); }
H1.HeaderClassName
{
color: #9E0382;
}
.AnyTagClassName
{
color: #9E0382;
}
</style>
background-color css
<style>
a { background-color: #9E0382; }
a { background-color: rgb(158,3,130); }
div.DivClassName
{
background-color: #9E0382;
}
.BgClassName
{
background-color: #9E0382;
}
</style>
border-color css
<style>
span { border-color: #9E0382; }
span { border-color: rgb(158,3,130); }
td.TdClassName
{
border-color: #9E0382;
}
.TagClassName
{
border-color: #9E0382;
}
</style>