Shades of Dark Magenta #900C7E
Tints of Dark Magenta #900C7E
RGB
CMYK
RGB Variations
Color information
#900C7E (or 0x900C7E) is known color: Dark Magenta. HEX triplet: 90, 0C and 7E. RGB value is (144,12,126). Sum of RGB (Red+Green+Blue) = 144+12+126=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #900C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900C7E is #6FF381. Grayscale: #404040. Windows color (decimal): -7336834 or 8260752. OLE color: 8260752.
HSL color Cylindrical-coordinate representation of color #900C7E: hue angle of 308.18º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900C7E is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 12 | 126 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.44 |
| HSL | 308.18º | 0.85% | 0.31% | - |
| HSV(B) | 308.18º | 0.92% | 0.56% | - |
| XYZ | 15.4 | 7.7 | 20.41 | - |
| YUV | 64.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 126 | 0 | 0.92 | 0.12 | 0.44 | 308.18 | 0.85 | 0.31 |
| Hex | 90 | C | 7E | 0 | 5C | C | 2C | 134 | 55 | 1F |
| Octal | 220 | 14 | 176 | 0 | 134 | 14 | 54 | 464 | 125 | 37 |
| Binary | 10010000 | 1100 | 1111110 | 0 | 1011100 | 1100 | 101100 | 100110100 | 1010101 | 11111 |
Color Harmonies of #900C7E
Complementary color
Monochromatic Colors of #900C7E
Black with #900C7E
Text Example
Text Example
White with #900C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900C7E; }
p { color: rgb(144,12,126); }
H1.HeaderClassName
{
color: #900C7E;
}
.AnyTagClassName
{
color: #900C7E;
}
</style>
background-color css
<style>
a { background-color: #900C7E; }
a { background-color: rgb(144,12,126); }
div.DivClassName
{
background-color: #900C7E;
}
.BgClassName
{
background-color: #900C7E;
}
</style>
border-color css
<style>
span { border-color: #900C7E; }
span { border-color: rgb(144,12,126); }
td.TdClassName
{
border-color: #900C7E;
}
.TagClassName
{
border-color: #900C7E;
}
</style>