Shades of Dark Magenta #9D0882
Tints of Dark Magenta #9D0882
RGB
CMYK
RGB Variations
Color information
#9D0882 (or 0x9D0882) is known color: Dark Magenta. HEX triplet: 9D, 08 and 82. RGB value is (157,8,130). Sum of RGB (Red+Green+Blue) = 157+8+130=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0882 is #62F77D. Grayscale: #424242. Windows color (decimal): -6485886 or 8521885. OLE color: 8521885.
HSL color Cylindrical-coordinate representation of color #9D0882: hue angle of 310.87º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0882 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 8 | 130 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.38 |
| HSL | 310.87º | 0.9% | 0.32% | - |
| HSV(B) | 310.87º | 0.95% | 0.62% | - |
| XYZ | 18.02 | 8.95 | 21.9 | - |
| YUV | 66.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 130 | 0 | 0.95 | 0.17 | 0.38 | 310.87 | 0.9 | 0.32 |
| Hex | 9D | 8 | 82 | 0 | 5F | 11 | 26 | 137 | 5A | 20 |
| Octal | 235 | 10 | 202 | 0 | 137 | 21 | 46 | 467 | 132 | 40 |
| Binary | 10011101 | 1000 | 10000010 | 0 | 1011111 | 10001 | 100110 | 100110111 | 1011010 | 100000 |
Color Harmonies of #9D0882
Complementary color
Monochromatic Colors of #9D0882
Black with #9D0882
Text Example
Text Example
White with #9D0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0882; }
p { color: rgb(157,8,130); }
H1.HeaderClassName
{
color: #9D0882;
}
.AnyTagClassName
{
color: #9D0882;
}
</style>
background-color css
<style>
a { background-color: #9D0882; }
a { background-color: rgb(157,8,130); }
div.DivClassName
{
background-color: #9D0882;
}
.BgClassName
{
background-color: #9D0882;
}
</style>
border-color css
<style>
span { border-color: #9D0882; }
span { border-color: rgb(157,8,130); }
td.TdClassName
{
border-color: #9D0882;
}
.TagClassName
{
border-color: #9D0882;
}
</style>