Shades of Dark Magenta #900781
Tints of Dark Magenta #900781
RGB
CMYK
RGB Variations
Color information
#900781 (or 0x900781) is known color: Dark Magenta. HEX triplet: 90, 07 and 81. RGB value is (144,7,129). Sum of RGB (Red+Green+Blue) = 144+7+129=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #900781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900781 is #6FF87E. Grayscale: #3D3D3D. Windows color (decimal): -7338111 or 8456080. OLE color: 8456080.
HSL color Cylindrical-coordinate representation of color #900781: hue angle of 306.57º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900781 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 129 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.44 |
| HSL | 306.57º | 0.91% | 0.3% | - |
| HSV(B) | 306.57º | 0.95% | 0.56% | - |
| XYZ | 15.54 | 7.67 | 21.43 | - |
| YUV | 61.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 129 | 0 | 0.95 | 0.10 | 0.44 | 306.57 | 0.91 | 0.3 |
| Hex | 90 | 7 | 81 | 0 | 5F | A | 2C | 133 | 5B | 1E |
| Octal | 220 | 7 | 201 | 0 | 137 | 12 | 54 | 463 | 133 | 36 |
| Binary | 10010000 | 111 | 10000001 | 0 | 1011111 | 1010 | 101100 | 100110011 | 1011011 | 11110 |
Color Harmonies of #900781
Complementary color
Monochromatic Colors of #900781
Black with #900781
Text Example
Text Example
White with #900781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900781; }
p { color: rgb(144,7,129); }
H1.HeaderClassName
{
color: #900781;
}
.AnyTagClassName
{
color: #900781;
}
</style>
background-color css
<style>
a { background-color: #900781; }
a { background-color: rgb(144,7,129); }
div.DivClassName
{
background-color: #900781;
}
.BgClassName
{
background-color: #900781;
}
</style>
border-color css
<style>
span { border-color: #900781; }
span { border-color: rgb(144,7,129); }
td.TdClassName
{
border-color: #900781;
}
.TagClassName
{
border-color: #900781;
}
</style>