Shades of Dark Magenta #90179A
Tints of Dark Magenta #90179A
RGB
CMYK
RGB Variations
Color information
#90179A (or 0x90179A) is known color: Dark Magenta. HEX triplet: 90, 17 and 9A. RGB value is (144,23,154). Sum of RGB (Red+Green+Blue) = 144+23+154=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #90179A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90179A is #6FE865. Grayscale: #494949. Windows color (decimal): -7333990 or 10098576. OLE color: 10098576.
HSL color Cylindrical-coordinate representation of color #90179A: hue angle of 295.42º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90179A is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 23 | 154 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.40 |
| HSL | 295.42º | 0.74% | 0.35% | - |
| HSV(B) | 295.42º | 0.85% | 0.6% | - |
| XYZ | 17.64 | 8.88 | 31.36 | - |
| YUV | 74.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 154 | 0.06 | 0.85 | 0 | 0.40 | 295.42 | 0.74 | 0.35 |
| Hex | 90 | 17 | 9A | 6 | 55 | 0 | 28 | 127 | 4A | 23 |
| Octal | 220 | 27 | 232 | 6 | 125 | 0 | 50 | 447 | 112 | 43 |
| Binary | 10010000 | 10111 | 10011010 | 110 | 1010101 | 0 | 101000 | 100100111 | 1001010 | 100011 |
Color Harmonies of #90179A
Complementary color
Monochromatic Colors of #90179A
Black with #90179A
Text Example
Text Example
White with #90179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90179A; }
p { color: rgb(144,23,154); }
H1.HeaderClassName
{
color: #90179A;
}
.AnyTagClassName
{
color: #90179A;
}
</style>
background-color css
<style>
a { background-color: #90179A; }
a { background-color: rgb(144,23,154); }
div.DivClassName
{
background-color: #90179A;
}
.BgClassName
{
background-color: #90179A;
}
</style>
border-color css
<style>
span { border-color: #90179A; }
span { border-color: rgb(144,23,154); }
td.TdClassName
{
border-color: #90179A;
}
.TagClassName
{
border-color: #90179A;
}
</style>