Shades of Dark Magenta #900188
Tints of Dark Magenta #900188
RGB
CMYK
RGB Variations
Color information
#900188 (or 0x900188) is known color: Dark Magenta. HEX triplet: 90, 01 and 88. RGB value is (144,1,136). Sum of RGB (Red+Green+Blue) = 144+1+136=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #900188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900188 is #6FFE77. Grayscale: #3A3A3A. Windows color (decimal): -7339640 or 8913296. OLE color: 8913296.
HSL color Cylindrical-coordinate representation of color #900188: hue angle of 303.36º 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 #900188 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.44 |
| HSL | 303.36º | 0.99% | 0.28% | - |
| HSV(B) | 303.36º | 0.99% | 0.56% | - |
| XYZ | 15.96 | 7.73 | 23.94 | - |
| YUV | 59.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 136 | 0 | 0.99 | 0.06 | 0.44 | 303.36 | 0.99 | 0.28 |
| Hex | 90 | 1 | 88 | 0 | 63 | 6 | 2C | 12F | 63 | 1C |
| Octal | 220 | 1 | 210 | 0 | 143 | 6 | 54 | 457 | 143 | 34 |
| Binary | 10010000 | 1 | 10001000 | 0 | 1100011 | 110 | 101100 | 100101111 | 1100011 | 11100 |
Color Harmonies of #900188
Complementary color
Monochromatic Colors of #900188
Black with #900188
Text Example
Text Example
White with #900188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900188; }
p { color: rgb(144,1,136); }
H1.HeaderClassName
{
color: #900188;
}
.AnyTagClassName
{
color: #900188;
}
</style>
background-color css
<style>
a { background-color: #900188; }
a { background-color: rgb(144,1,136); }
div.DivClassName
{
background-color: #900188;
}
.BgClassName
{
background-color: #900188;
}
</style>
border-color css
<style>
span { border-color: #900188; }
span { border-color: rgb(144,1,136); }
td.TdClassName
{
border-color: #900188;
}
.TagClassName
{
border-color: #900188;
}
</style>