Shades of Dark Magenta #900C95
Tints of Dark Magenta #900C95
RGB
CMYK
RGB Variations
Color information
#900C95 (or 0x900C95) is known color: Dark Magenta. HEX triplet: 90, 0C and 95. RGB value is (144,12,149). Sum of RGB (Red+Green+Blue) = 144+12+149=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #900C95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900C95 is #6FF36A. Grayscale: #424242. Windows color (decimal): -7336811 or 9768080. OLE color: 9768080.
HSL color Cylindrical-coordinate representation of color #900C95: hue angle of 297.81º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900C95 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 12 | 149 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.42 |
| HSL | 297.81º | 0.85% | 0.32% | - |
| HSV(B) | 297.81º | 0.92% | 0.58% | - |
| XYZ | 17.06 | 8.36 | 29.15 | - |
| YUV | 67.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 149 | 0.03 | 0.92 | 0 | 0.42 | 297.81 | 0.85 | 0.32 |
| Hex | 90 | C | 95 | 3 | 5C | 0 | 2A | 12A | 55 | 20 |
| Octal | 220 | 14 | 225 | 3 | 134 | 0 | 52 | 452 | 125 | 40 |
| Binary | 10010000 | 1100 | 10010101 | 11 | 1011100 | 0 | 101010 | 100101010 | 1010101 | 100000 |
Color Harmonies of #900C95
Complementary color
Monochromatic Colors of #900C95
Black with #900C95
Text Example
Text Example
White with #900C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900C95; }
p { color: rgb(144,12,149); }
H1.HeaderClassName
{
color: #900C95;
}
.AnyTagClassName
{
color: #900C95;
}
</style>
background-color css
<style>
a { background-color: #900C95; }
a { background-color: rgb(144,12,149); }
div.DivClassName
{
background-color: #900C95;
}
.BgClassName
{
background-color: #900C95;
}
</style>
border-color css
<style>
span { border-color: #900C95; }
span { border-color: rgb(144,12,149); }
td.TdClassName
{
border-color: #900C95;
}
.TagClassName
{
border-color: #900C95;
}
</style>