Shades of Dark Magenta #90017F
Tints of Dark Magenta #90017F
RGB
CMYK
RGB Variations
Color information
#90017F (or 0x90017F) is known color: Dark Magenta. HEX triplet: 90, 01 and 7F. RGB value is (144,1,127). Sum of RGB (Red+Green+Blue) = 144+1+127=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90017F is #6FFE80. Grayscale: #393939. Windows color (decimal): -7339649 or 8323472. OLE color: 8323472.
HSL color Cylindrical-coordinate representation of color #90017F: hue angle of 307.13º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90017F is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.44 |
| HSL | 307.13º | 0.99% | 0.28% | - |
| HSV(B) | 307.13º | 0.99% | 0.56% | - |
| XYZ | 15.34 | 7.48 | 20.71 | - |
| YUV | 58.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 127 | 0 | 0.99 | 0.12 | 0.44 | 307.13 | 0.99 | 0.28 |
| Hex | 90 | 1 | 7F | 0 | 63 | C | 2C | 133 | 63 | 1C |
| Octal | 220 | 1 | 177 | 0 | 143 | 14 | 54 | 463 | 143 | 34 |
| Binary | 10010000 | 1 | 1111111 | 0 | 1100011 | 1100 | 101100 | 100110011 | 1100011 | 11100 |
Color Harmonies of #90017F
Complementary color
Monochromatic Colors of #90017F
Black with #90017F
Text Example
Text Example
White with #90017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90017F; }
p { color: rgb(144,1,127); }
H1.HeaderClassName
{
color: #90017F;
}
.AnyTagClassName
{
color: #90017F;
}
</style>
background-color css
<style>
a { background-color: #90017F; }
a { background-color: rgb(144,1,127); }
div.DivClassName
{
background-color: #90017F;
}
.BgClassName
{
background-color: #90017F;
}
</style>
border-color css
<style>
span { border-color: #90017F; }
span { border-color: rgb(144,1,127); }
td.TdClassName
{
border-color: #90017F;
}
.TagClassName
{
border-color: #90017F;
}
</style>