Shades of Dark Magenta #900C94
Tints of Dark Magenta #900C94
RGB
CMYK
RGB Variations
Color information
#900C94 (or 0x900C94) is known color: Dark Magenta. HEX triplet: 90, 0C and 94. RGB value is (144,12,148). Sum of RGB (Red+Green+Blue) = 144+12+148=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #900C94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900C94 is #6FF36B. Grayscale: #424242. Windows color (decimal): -7336812 or 9702544. OLE color: 9702544.
HSL color Cylindrical-coordinate representation of color #900C94: hue angle of 298.24º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900C94 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 12 | 148 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.42 |
| HSL | 298.24º | 0.85% | 0.31% | - |
| HSV(B) | 298.24º | 0.92% | 0.58% | - |
| XYZ | 16.98 | 8.33 | 28.73 | - |
| YUV | 66.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 148 | 0.03 | 0.92 | 0 | 0.42 | 298.24 | 0.85 | 0.31 |
| Hex | 90 | C | 94 | 3 | 5C | 0 | 2A | 12A | 55 | 1F |
| Octal | 220 | 14 | 224 | 3 | 134 | 0 | 52 | 452 | 125 | 37 |
| Binary | 10010000 | 1100 | 10010100 | 11 | 1011100 | 0 | 101010 | 100101010 | 1010101 | 11111 |
Color Harmonies of #900C94
Complementary color
Monochromatic Colors of #900C94
Black with #900C94
Text Example
Text Example
White with #900C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900C94; }
p { color: rgb(144,12,148); }
H1.HeaderClassName
{
color: #900C94;
}
.AnyTagClassName
{
color: #900C94;
}
</style>
background-color css
<style>
a { background-color: #900C94; }
a { background-color: rgb(144,12,148); }
div.DivClassName
{
background-color: #900C94;
}
.BgClassName
{
background-color: #900C94;
}
</style>
border-color css
<style>
span { border-color: #900C94; }
span { border-color: rgb(144,12,148); }
td.TdClassName
{
border-color: #900C94;
}
.TagClassName
{
border-color: #900C94;
}
</style>