Shades of Dark Magenta #90007D
Tints of Dark Magenta #90007D
RGB
CMYK
RGB Variations
Color information
#90007D (or 0x90007D) is known color: Dark Magenta. HEX triplet: 90, 00 and 7D. RGB value is (144,0,125). Sum of RGB (Red+Green+Blue) = 144+0+125=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #90007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90007D is #6FFF82. Grayscale: #383838. Windows color (decimal): -7339907 or 8192144. OLE color: 8192144.
HSL color Cylindrical-coordinate representation of color #90007D: hue angle of 307.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90007D is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.13 | 0.44 |
| HSL | 307.92º | 1% | 0.28% | - |
| HSV(B) | 307.92º | 1% | 0.56% | - |
| XYZ | 15.2 | 7.41 | 20.03 | - |
| YUV | 57.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 125 | 0 | 1 | 0.13 | 0.44 | 307.92 | 1 | 0.28 |
| Hex | 90 | 0 | 7D | 0 | 64 | D | 2C | 134 | 64 | 1C |
| Octal | 220 | 0 | 175 | 0 | 144 | 15 | 54 | 464 | 144 | 34 |
| Binary | 10010000 | 0 | 1111101 | 0 | 1100100 | 1101 | 101100 | 100110100 | 1100100 | 11100 |
Color Harmonies of #90007D
Complementary color
Monochromatic Colors of #90007D
Black with #90007D
Text Example
Text Example
White with #90007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90007D; }
p { color: rgb(144,0,125); }
H1.HeaderClassName
{
color: #90007D;
}
.AnyTagClassName
{
color: #90007D;
}
</style>
background-color css
<style>
a { background-color: #90007D; }
a { background-color: rgb(144,0,125); }
div.DivClassName
{
background-color: #90007D;
}
.BgClassName
{
background-color: #90007D;
}
</style>
border-color css
<style>
span { border-color: #90007D; }
span { border-color: rgb(144,0,125); }
td.TdClassName
{
border-color: #90007D;
}
.TagClassName
{
border-color: #90007D;
}
</style>