Shades of Dark Magenta #900A8D
Tints of Dark Magenta #900A8D
RGB
CMYK
RGB Variations
Color information
#900A8D (or 0x900A8D) is known color: Dark Magenta. HEX triplet: 90, 0A and 8D. RGB value is (144,10,141). Sum of RGB (Red+Green+Blue) = 144+10+141=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #900A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900A8D is #6FF572. Grayscale: #404040. Windows color (decimal): -7337331 or 9243280. OLE color: 9243280.
HSL color Cylindrical-coordinate representation of color #900A8D: hue angle of 301.34º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A8D is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 10 | 141 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.44 |
| HSL | 301.34º | 0.87% | 0.3% | - |
| HSV(B) | 301.34º | 0.93% | 0.56% | - |
| XYZ | 16.42 | 8.07 | 25.89 | - |
| YUV | 65 | 170.89 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 141 | 0 | 0.93 | 0.02 | 0.44 | 301.34 | 0.87 | 0.3 |
| Hex | 90 | A | 8D | 0 | 5D | 2 | 2C | 12D | 57 | 1E |
| Octal | 220 | 12 | 215 | 0 | 135 | 2 | 54 | 455 | 127 | 36 |
| Binary | 10010000 | 1010 | 10001101 | 0 | 1011101 | 10 | 101100 | 100101101 | 1010111 | 11110 |
Color Harmonies of #900A8D
Complementary color
Monochromatic Colors of #900A8D
Black with #900A8D
Text Example
Text Example
White with #900A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900A8D; }
p { color: rgb(144,10,141); }
H1.HeaderClassName
{
color: #900A8D;
}
.AnyTagClassName
{
color: #900A8D;
}
</style>
background-color css
<style>
a { background-color: #900A8D; }
a { background-color: rgb(144,10,141); }
div.DivClassName
{
background-color: #900A8D;
}
.BgClassName
{
background-color: #900A8D;
}
</style>
border-color css
<style>
span { border-color: #900A8D; }
span { border-color: rgb(144,10,141); }
td.TdClassName
{
border-color: #900A8D;
}
.TagClassName
{
border-color: #900A8D;
}
</style>