Shades of Dark Magenta #90078E
Tints of Dark Magenta #90078E
RGB
CMYK
RGB Variations
Color information
#90078E (or 0x90078E) is known color: Dark Magenta. HEX triplet: 90, 07 and 8E. RGB value is (144,7,142). Sum of RGB (Red+Green+Blue) = 144+7+142=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90078E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90078E is #6FF871. Grayscale: #3E3E3E. Windows color (decimal): -7338098 or 9308048. OLE color: 9308048.
HSL color Cylindrical-coordinate representation of color #90078E: hue angle of 300.88º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90078E is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 142 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.44 |
| HSL | 300.88º | 0.91% | 0.3% | - |
| HSV(B) | 300.88º | 0.95% | 0.56% | - |
| XYZ | 16.46 | 8.03 | 26.27 | - |
| YUV | 63.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 142 | 0 | 0.95 | 0.01 | 0.44 | 300.88 | 0.91 | 0.3 |
| Hex | 90 | 7 | 8E | 0 | 5F | 1 | 2C | 12D | 5B | 1E |
| Octal | 220 | 7 | 216 | 0 | 137 | 1 | 54 | 455 | 133 | 36 |
| Binary | 10010000 | 111 | 10001110 | 0 | 1011111 | 1 | 101100 | 100101101 | 1011011 | 11110 |
Color Harmonies of #90078E
Complementary color
Monochromatic Colors of #90078E
Black with #90078E
Text Example
Text Example
White with #90078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90078E; }
p { color: rgb(144,7,142); }
H1.HeaderClassName
{
color: #90078E;
}
.AnyTagClassName
{
color: #90078E;
}
</style>
background-color css
<style>
a { background-color: #90078E; }
a { background-color: rgb(144,7,142); }
div.DivClassName
{
background-color: #90078E;
}
.BgClassName
{
background-color: #90078E;
}
</style>
border-color css
<style>
span { border-color: #90078E; }
span { border-color: rgb(144,7,142); }
td.TdClassName
{
border-color: #90078E;
}
.TagClassName
{
border-color: #90078E;
}
</style>