Shades of Dark Magenta #90097D
Tints of Dark Magenta #90097D
RGB
CMYK
RGB Variations
Color information
#90097D (or 0x90097D) is known color: Dark Magenta. HEX triplet: 90, 09 and 7D. RGB value is (144,9,125). Sum of RGB (Red+Green+Blue) = 144+9+125=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #90097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90097D is #6FF682. Grayscale: #3E3E3E. Windows color (decimal): -7337603 or 8194448. OLE color: 8194448.
HSL color Cylindrical-coordinate representation of color #90097D: hue angle of 308.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90097D is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 125 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.44 |
| HSL | 308.44º | 0.88% | 0.3% | - |
| HSV(B) | 308.44º | 0.94% | 0.56% | - |
| XYZ | 15.3 | 7.61 | 20.06 | - |
| YUV | 62.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 125 | 0 | 0.94 | 0.13 | 0.44 | 308.44 | 0.88 | 0.3 |
| Hex | 90 | 9 | 7D | 0 | 5E | D | 2C | 134 | 58 | 1E |
| Octal | 220 | 11 | 175 | 0 | 136 | 15 | 54 | 464 | 130 | 36 |
| Binary | 10010000 | 1001 | 1111101 | 0 | 1011110 | 1101 | 101100 | 100110100 | 1011000 | 11110 |
Color Harmonies of #90097D
Complementary color
Monochromatic Colors of #90097D
Black with #90097D
Text Example
Text Example
White with #90097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90097D; }
p { color: rgb(144,9,125); }
H1.HeaderClassName
{
color: #90097D;
}
.AnyTagClassName
{
color: #90097D;
}
</style>
background-color css
<style>
a { background-color: #90097D; }
a { background-color: rgb(144,9,125); }
div.DivClassName
{
background-color: #90097D;
}
.BgClassName
{
background-color: #90097D;
}
</style>
border-color css
<style>
span { border-color: #90097D; }
span { border-color: rgb(144,9,125); }
td.TdClassName
{
border-color: #90097D;
}
.TagClassName
{
border-color: #90097D;
}
</style>