Shades of Dark Magenta #90159C
Tints of Dark Magenta #90159C
RGB
CMYK
RGB Variations
Color information
#90159C (or 0x90159C) is known color: Dark Magenta. HEX triplet: 90, 15 and 9C. RGB value is (144,21,156). Sum of RGB (Red+Green+Blue) = 144+21+156=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #90159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90159C is #6FEA63. Grayscale: #484848. Windows color (decimal): -7334500 or 10229136. OLE color: 10229136.
HSL color Cylindrical-coordinate representation of color #90159C: hue angle of 294.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90159C is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 21 | 156 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.39 |
| HSL | 294.67º | 0.76% | 0.35% | - |
| HSV(B) | 294.67º | 0.87% | 0.61% | - |
| XYZ | 17.77 | 8.87 | 32.23 | - |
| YUV | 73.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 156 | 0.08 | 0.87 | 0 | 0.39 | 294.67 | 0.76 | 0.35 |
| Hex | 90 | 15 | 9C | 8 | 57 | 0 | 27 | 127 | 4C | 23 |
| Octal | 220 | 25 | 234 | 10 | 127 | 0 | 47 | 447 | 114 | 43 |
| Binary | 10010000 | 10101 | 10011100 | 1000 | 1010111 | 0 | 100111 | 100100111 | 1001100 | 100011 |
Color Harmonies of #90159C
Complementary color
Monochromatic Colors of #90159C
Black with #90159C
Text Example
Text Example
White with #90159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90159C; }
p { color: rgb(144,21,156); }
H1.HeaderClassName
{
color: #90159C;
}
.AnyTagClassName
{
color: #90159C;
}
</style>
background-color css
<style>
a { background-color: #90159C; }
a { background-color: rgb(144,21,156); }
div.DivClassName
{
background-color: #90159C;
}
.BgClassName
{
background-color: #90159C;
}
</style>
border-color css
<style>
span { border-color: #90159C; }
span { border-color: rgb(144,21,156); }
td.TdClassName
{
border-color: #90159C;
}
.TagClassName
{
border-color: #90159C;
}
</style>