Shades of Dark Magenta #900D92
Tints of Dark Magenta #900D92
RGB
CMYK
RGB Variations
Color information
#900D92 (or 0x900D92) is known color: Dark Magenta. HEX triplet: 90, 0D and 92. RGB value is (144,13,146). Sum of RGB (Red+Green+Blue) = 144+13+146=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #900D92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900D92 is #6FF26D. Grayscale: #424242. Windows color (decimal): -7336558 or 9571728. OLE color: 9571728.
HSL color Cylindrical-coordinate representation of color #900D92: hue angle of 299.1º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D92 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 13 | 146 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.43 |
| HSL | 299.1º | 0.84% | 0.31% | - |
| HSV(B) | 299.1º | 0.91% | 0.57% | - |
| XYZ | 16.83 | 8.29 | 27.91 | - |
| YUV | 67.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 146 | 0.01 | 0.91 | 0 | 0.43 | 299.1 | 0.84 | 0.31 |
| Hex | 90 | D | 92 | 1 | 5B | 0 | 2B | 12B | 54 | 1F |
| Octal | 220 | 15 | 222 | 1 | 133 | 0 | 53 | 453 | 124 | 37 |
| Binary | 10010000 | 1101 | 10010010 | 1 | 1011011 | 0 | 101011 | 100101011 | 1010100 | 11111 |
Color Harmonies of #900D92
Complementary color
Monochromatic Colors of #900D92
Black with #900D92
Text Example
Text Example
White with #900D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900D92; }
p { color: rgb(144,13,146); }
H1.HeaderClassName
{
color: #900D92;
}
.AnyTagClassName
{
color: #900D92;
}
</style>
background-color css
<style>
a { background-color: #900D92; }
a { background-color: rgb(144,13,146); }
div.DivClassName
{
background-color: #900D92;
}
.BgClassName
{
background-color: #900D92;
}
</style>
border-color css
<style>
span { border-color: #900D92; }
span { border-color: rgb(144,13,146); }
td.TdClassName
{
border-color: #900D92;
}
.TagClassName
{
border-color: #900D92;
}
</style>