Shades of Dark Magenta #9D0280
Tints of Dark Magenta #9D0280
RGB
CMYK
RGB Variations
Color information
#9D0280 (or 0x9D0280) is known color: Dark Magenta. HEX triplet: 9D, 02 and 80. RGB value is (157,2,128). Sum of RGB (Red+Green+Blue) = 157+2+128=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0280 is #62FD7F. Grayscale: #3E3E3E. Windows color (decimal): -6487424 or 8389277. OLE color: 8389277.
HSL color Cylindrical-coordinate representation of color #9D0280: hue angle of 311.23º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0280 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.38 |
| HSL | 311.23º | 0.97% | 0.31% | - |
| HSV(B) | 311.23º | 0.99% | 0.62% | - |
| XYZ | 17.82 | 8.77 | 21.18 | - |
| YUV | 62.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 128 | 0 | 0.99 | 0.18 | 0.38 | 311.23 | 0.97 | 0.31 |
| Hex | 9D | 2 | 80 | 0 | 63 | 12 | 26 | 137 | 61 | 1F |
| Octal | 235 | 2 | 200 | 0 | 143 | 22 | 46 | 467 | 141 | 37 |
| Binary | 10011101 | 10 | 10000000 | 0 | 1100011 | 10010 | 100110 | 100110111 | 1100001 | 11111 |
Color Harmonies of #9D0280
Complementary color
Monochromatic Colors of #9D0280
Black with #9D0280
Text Example
Text Example
White with #9D0280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0280; }
p { color: rgb(157,2,128); }
H1.HeaderClassName
{
color: #9D0280;
}
.AnyTagClassName
{
color: #9D0280;
}
</style>
background-color css
<style>
a { background-color: #9D0280; }
a { background-color: rgb(157,2,128); }
div.DivClassName
{
background-color: #9D0280;
}
.BgClassName
{
background-color: #9D0280;
}
</style>
border-color css
<style>
span { border-color: #9D0280; }
span { border-color: rgb(157,2,128); }
td.TdClassName
{
border-color: #9D0280;
}
.TagClassName
{
border-color: #9D0280;
}
</style>