Shades of Dark Magenta #900782
Tints of Dark Magenta #900782
RGB
CMYK
RGB Variations
Color information
#900782 (or 0x900782) is known color: Dark Magenta. HEX triplet: 90, 07 and 82. RGB value is (144,7,130). Sum of RGB (Red+Green+Blue) = 144+7+130=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #900782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900782 is #6FF87D. Grayscale: #3D3D3D. Windows color (decimal): -7338110 or 8521616. OLE color: 8521616.
HSL color Cylindrical-coordinate representation of color #900782: hue angle of 306.13º 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 #900782 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 130 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.44 |
| HSL | 306.13º | 0.91% | 0.3% | - |
| HSV(B) | 306.13º | 0.95% | 0.56% | - |
| XYZ | 15.61 | 7.69 | 21.78 | - |
| YUV | 61.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 130 | 0 | 0.95 | 0.10 | 0.44 | 306.13 | 0.91 | 0.3 |
| Hex | 90 | 7 | 82 | 0 | 5F | A | 2C | 132 | 5B | 1E |
| Octal | 220 | 7 | 202 | 0 | 137 | 12 | 54 | 462 | 133 | 36 |
| Binary | 10010000 | 111 | 10000010 | 0 | 1011111 | 1010 | 101100 | 100110010 | 1011011 | 11110 |
Color Harmonies of #900782
Complementary color
Monochromatic Colors of #900782
Black with #900782
Text Example
Text Example
White with #900782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900782; }
p { color: rgb(144,7,130); }
H1.HeaderClassName
{
color: #900782;
}
.AnyTagClassName
{
color: #900782;
}
</style>
background-color css
<style>
a { background-color: #900782; }
a { background-color: rgb(144,7,130); }
div.DivClassName
{
background-color: #900782;
}
.BgClassName
{
background-color: #900782;
}
</style>
border-color css
<style>
span { border-color: #900782; }
span { border-color: rgb(144,7,130); }
td.TdClassName
{
border-color: #900782;
}
.TagClassName
{
border-color: #900782;
}
</style>