Shades of Dark Magenta #9D0284
Tints of Dark Magenta #9D0284
RGB
CMYK
RGB Variations
Color information
#9D0284 (or 0x9D0284) is known color: Dark Magenta. HEX triplet: 9D, 02 and 84. RGB value is (157,2,132). Sum of RGB (Red+Green+Blue) = 157+2+132=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0284 is #62FD7B. Grayscale: #3E3E3E. Windows color (decimal): -6487420 or 8651421. OLE color: 8651421.
HSL color Cylindrical-coordinate representation of color #9D0284: hue angle of 309.68º 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 #9D0284 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 2 | 132 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.38 |
| HSL | 309.68º | 0.97% | 0.31% | - |
| HSV(B) | 309.68º | 0.99% | 0.62% | - |
| XYZ | 18.09 | 8.88 | 22.59 | - |
| YUV | 63.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 132 | 0 | 0.99 | 0.16 | 0.38 | 309.68 | 0.97 | 0.31 |
| Hex | 9D | 2 | 84 | 0 | 63 | 10 | 26 | 136 | 61 | 1F |
| Octal | 235 | 2 | 204 | 0 | 143 | 20 | 46 | 466 | 141 | 37 |
| Binary | 10011101 | 10 | 10000100 | 0 | 1100011 | 10000 | 100110 | 100110110 | 1100001 | 11111 |
Color Harmonies of #9D0284
Complementary color
Monochromatic Colors of #9D0284
Black with #9D0284
Text Example
Text Example
White with #9D0284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0284; }
p { color: rgb(157,2,132); }
H1.HeaderClassName
{
color: #9D0284;
}
.AnyTagClassName
{
color: #9D0284;
}
</style>
background-color css
<style>
a { background-color: #9D0284; }
a { background-color: rgb(157,2,132); }
div.DivClassName
{
background-color: #9D0284;
}
.BgClassName
{
background-color: #9D0284;
}
</style>
border-color css
<style>
span { border-color: #9D0284; }
span { border-color: rgb(157,2,132); }
td.TdClassName
{
border-color: #9D0284;
}
.TagClassName
{
border-color: #9D0284;
}
</style>