Shades of Dark Magenta #90078C
Tints of Dark Magenta #90078C
RGB
CMYK
RGB Variations
Color information
#90078C (or 0x90078C) is known color: Dark Magenta. HEX triplet: 90, 07 and 8C. RGB value is (144,7,140). Sum of RGB (Red+Green+Blue) = 144+7+140=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #90078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90078C is #6FF873. Grayscale: #3E3E3E. Windows color (decimal): -7338100 or 9176976. OLE color: 9176976.
HSL color Cylindrical-coordinate representation of color #90078C: hue angle of 301.75º 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 #90078C is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 140 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.44 |
| HSL | 301.75º | 0.91% | 0.3% | - |
| HSV(B) | 301.75º | 0.95% | 0.56% | - |
| XYZ | 16.31 | 7.97 | 25.49 | - |
| YUV | 63.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 140 | 0 | 0.95 | 0.03 | 0.44 | 301.75 | 0.91 | 0.3 |
| Hex | 90 | 7 | 8C | 0 | 5F | 3 | 2C | 12E | 5B | 1E |
| Octal | 220 | 7 | 214 | 0 | 137 | 3 | 54 | 456 | 133 | 36 |
| Binary | 10010000 | 111 | 10001100 | 0 | 1011111 | 11 | 101100 | 100101110 | 1011011 | 11110 |
Color Harmonies of #90078C
Complementary color
Monochromatic Colors of #90078C
Black with #90078C
Text Example
Text Example
White with #90078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90078C; }
p { color: rgb(144,7,140); }
H1.HeaderClassName
{
color: #90078C;
}
.AnyTagClassName
{
color: #90078C;
}
</style>
background-color css
<style>
a { background-color: #90078C; }
a { background-color: rgb(144,7,140); }
div.DivClassName
{
background-color: #90078C;
}
.BgClassName
{
background-color: #90078C;
}
</style>
border-color css
<style>
span { border-color: #90078C; }
span { border-color: rgb(144,7,140); }
td.TdClassName
{
border-color: #90078C;
}
.TagClassName
{
border-color: #90078C;
}
</style>