Shades of Dark Magenta #900CAD
Tints of Dark Magenta #900CAD
RGB
CMYK
RGB Variations
Color information
#900CAD (or 0x900CAD) is known color: Dark Magenta. HEX triplet: 90, 0C and AD. RGB value is (144,12,173). Sum of RGB (Red+Green+Blue) = 144+12+173=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #900CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900CAD is #6FF352. Grayscale: #454545. Windows color (decimal): -7336787 or 11340944. OLE color: 11340944.
HSL color Cylindrical-coordinate representation of color #900CAD: hue angle of 289.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900CAD is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 12 | 173 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.32 |
| HSL | 289.19º | 0.87% | 0.36% | - |
| HSV(B) | 289.19º | 0.93% | 0.68% | - |
| XYZ | 19.18 | 9.21 | 40.3 | - |
| YUV | 69.82 | 186.23 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 173 | 0.17 | 0.93 | 0 | 0.32 | 289.19 | 0.87 | 0.36 |
| Hex | 90 | C | AD | 11 | 5D | 0 | 20 | 121 | 57 | 24 |
| Octal | 220 | 14 | 255 | 21 | 135 | 0 | 40 | 441 | 127 | 44 |
| Binary | 10010000 | 1100 | 10101101 | 10001 | 1011101 | 0 | 100000 | 100100001 | 1010111 | 100100 |
Color Harmonies of #900CAD
Complementary color
Monochromatic Colors of #900CAD
Black with #900CAD
Text Example
Text Example
White with #900CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900CAD; }
p { color: rgb(144,12,173); }
H1.HeaderClassName
{
color: #900CAD;
}
.AnyTagClassName
{
color: #900CAD;
}
</style>
background-color css
<style>
a { background-color: #900CAD; }
a { background-color: rgb(144,12,173); }
div.DivClassName
{
background-color: #900CAD;
}
.BgClassName
{
background-color: #900CAD;
}
</style>
border-color css
<style>
span { border-color: #900CAD; }
span { border-color: rgb(144,12,173); }
td.TdClassName
{
border-color: #900CAD;
}
.TagClassName
{
border-color: #900CAD;
}
</style>