Shades of Dark Magenta #90008B
Tints of Dark Magenta #90008B
RGB
CMYK
RGB Variations
Color information
#90008B (or 0x90008B) is known color: Dark Magenta. HEX triplet: 90, 00 and 8B. RGB value is (144,0,139). Sum of RGB (Red+Green+Blue) = 144+0+139=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #90008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90008B is #6FFF74. Grayscale: #3A3A3A. Windows color (decimal): -7339893 or 9109648. OLE color: 9109648.
HSL color Cylindrical-coordinate representation of color #90008B: hue angle of 302.08º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90008B is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.03 | 0.44 |
| HSL | 302.08º | 1% | 0.28% | - |
| HSV(B) | 302.08º | 1% | 0.56% | - |
| XYZ | 16.16 | 7.79 | 25.08 | - |
| YUV | 58.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 139 | 0 | 1 | 0.03 | 0.44 | 302.08 | 1 | 0.28 |
| Hex | 90 | 0 | 8B | 0 | 64 | 3 | 2C | 12E | 64 | 1C |
| Octal | 220 | 0 | 213 | 0 | 144 | 3 | 54 | 456 | 144 | 34 |
| Binary | 10010000 | 0 | 10001011 | 0 | 1100100 | 11 | 101100 | 100101110 | 1100100 | 11100 |
Color Harmonies of #90008B
Complementary color
Monochromatic Colors of #90008B
Black with #90008B
Text Example
Text Example
White with #90008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90008B; }
p { color: rgb(144,0,139); }
H1.HeaderClassName
{
color: #90008B;
}
.AnyTagClassName
{
color: #90008B;
}
</style>
background-color css
<style>
a { background-color: #90008B; }
a { background-color: rgb(144,0,139); }
div.DivClassName
{
background-color: #90008B;
}
.BgClassName
{
background-color: #90008B;
}
</style>
border-color css
<style>
span { border-color: #90008B; }
span { border-color: rgb(144,0,139); }
td.TdClassName
{
border-color: #90008B;
}
.TagClassName
{
border-color: #90008B;
}
</style>