Shades of Dark Magenta #90019D
Tints of Dark Magenta #90019D
RGB
CMYK
RGB Variations
Color information
#90019D (or 0x90019D) is known color: Dark Magenta. HEX triplet: 90, 01 and 9D. RGB value is (144,1,157). Sum of RGB (Red+Green+Blue) = 144+1+157=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #90019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90019D is #6FFE62. Grayscale: #3D3D3D. Windows color (decimal): -7339619 or 10289552. OLE color: 10289552.
HSL color Cylindrical-coordinate representation of color #90019D: hue angle of 295º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90019D is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 1 | 157 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.38 |
| HSL | 295º | 0.99% | 0.31% | - |
| HSV(B) | 295º | 0.99% | 0.62% | - |
| XYZ | 17.6 | 8.39 | 32.59 | - |
| YUV | 61.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 157 | 0.08 | 0.99 | 0 | 0.38 | 295 | 0.99 | 0.31 |
| Hex | 90 | 1 | 9D | 8 | 63 | 0 | 26 | 127 | 63 | 1F |
| Octal | 220 | 1 | 235 | 10 | 143 | 0 | 46 | 447 | 143 | 37 |
| Binary | 10010000 | 1 | 10011101 | 1000 | 1100011 | 0 | 100110 | 100100111 | 1100011 | 11111 |
Color Harmonies of #90019D
Complementary color
Monochromatic Colors of #90019D
Black with #90019D
Text Example
Text Example
White with #90019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90019D; }
p { color: rgb(144,1,157); }
H1.HeaderClassName
{
color: #90019D;
}
.AnyTagClassName
{
color: #90019D;
}
</style>
background-color css
<style>
a { background-color: #90019D; }
a { background-color: rgb(144,1,157); }
div.DivClassName
{
background-color: #90019D;
}
.BgClassName
{
background-color: #90019D;
}
</style>
border-color css
<style>
span { border-color: #90019D; }
span { border-color: rgb(144,1,157); }
td.TdClassName
{
border-color: #90019D;
}
.TagClassName
{
border-color: #90019D;
}
</style>