Shades of Dark Magenta #900DA6
Tints of Dark Magenta #900DA6
RGB
CMYK
RGB Variations
Color information
#900DA6 (or 0x900DA6) is known color: Dark Magenta. HEX triplet: 90, 0D and A6. RGB value is (144,13,166). Sum of RGB (Red+Green+Blue) = 144+13+166=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 166 (65.23% from 255 or 51.39% from 323); Max value from RGB is 166 - color contains mainly: blue. Hex color #900DA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900DA6 is #6FF259. Grayscale: #454545. Windows color (decimal): -7336538 or 10882448. OLE color: 10882448.
HSL color Cylindrical-coordinate representation of color #900DA6: hue angle of 291.37º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900DA6 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 13 | 166 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.35 |
| HSL | 291.37º | 0.85% | 0.35% | - |
| HSV(B) | 291.37º | 0.92% | 0.65% | - |
| XYZ | 18.53 | 8.97 | 36.83 | - |
| YUV | 69.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 166 | 0.13 | 0.92 | 0 | 0.35 | 291.37 | 0.85 | 0.35 |
| Hex | 90 | D | A6 | D | 5C | 0 | 23 | 123 | 55 | 23 |
| Octal | 220 | 15 | 246 | 15 | 134 | 0 | 43 | 443 | 125 | 43 |
| Binary | 10010000 | 1101 | 10100110 | 1101 | 1011100 | 0 | 100011 | 100100011 | 1010101 | 100011 |
Color Harmonies of #900DA6
Complementary color
Monochromatic Colors of #900DA6
Black with #900DA6
Text Example
Text Example
White with #900DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900DA6; }
p { color: rgb(144,13,166); }
H1.HeaderClassName
{
color: #900DA6;
}
.AnyTagClassName
{
color: #900DA6;
}
</style>
background-color css
<style>
a { background-color: #900DA6; }
a { background-color: rgb(144,13,166); }
div.DivClassName
{
background-color: #900DA6;
}
.BgClassName
{
background-color: #900DA6;
}
</style>
border-color css
<style>
span { border-color: #900DA6; }
span { border-color: rgb(144,13,166); }
td.TdClassName
{
border-color: #900DA6;
}
.TagClassName
{
border-color: #900DA6;
}
</style>