Shades of Dark Magenta #900186
Tints of Dark Magenta #900186
RGB
CMYK
RGB Variations
Color information
#900186 (or 0x900186) is known color: Dark Magenta. HEX triplet: 90, 01 and 86. RGB value is (144,1,134). Sum of RGB (Red+Green+Blue) = 144+1+134=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #900186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900186 is #6FFE79. Grayscale: #3A3A3A. Windows color (decimal): -7339642 or 8782224. OLE color: 8782224.
HSL color Cylindrical-coordinate representation of color #900186: hue angle of 304.2º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900186 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 134 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.44 |
| HSL | 304.2º | 0.99% | 0.28% | - |
| HSV(B) | 304.2º | 0.99% | 0.56% | - |
| XYZ | 15.82 | 7.67 | 23.2 | - |
| YUV | 58.92 | 170.38 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 134 | 0 | 0.99 | 0.07 | 0.44 | 304.2 | 0.99 | 0.28 |
| Hex | 90 | 1 | 86 | 0 | 63 | 7 | 2C | 130 | 63 | 1C |
| Octal | 220 | 1 | 206 | 0 | 143 | 7 | 54 | 460 | 143 | 34 |
| Binary | 10010000 | 1 | 10000110 | 0 | 1100011 | 111 | 101100 | 100110000 | 1100011 | 11100 |
Color Harmonies of #900186
Complementary color
Monochromatic Colors of #900186
Black with #900186
Text Example
Text Example
White with #900186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900186; }
p { color: rgb(144,1,134); }
H1.HeaderClassName
{
color: #900186;
}
.AnyTagClassName
{
color: #900186;
}
</style>
background-color css
<style>
a { background-color: #900186; }
a { background-color: rgb(144,1,134); }
div.DivClassName
{
background-color: #900186;
}
.BgClassName
{
background-color: #900186;
}
</style>
border-color css
<style>
span { border-color: #900186; }
span { border-color: rgb(144,1,134); }
td.TdClassName
{
border-color: #900186;
}
.TagClassName
{
border-color: #900186;
}
</style>