Shades of Dark Magenta #90178F
Tints of Dark Magenta #90178F
RGB
CMYK
RGB Variations
Color information
#90178F (or 0x90178F) is known color: Dark Magenta. HEX triplet: 90, 17 and 8F. RGB value is (144,23,143). Sum of RGB (Red+Green+Blue) = 144+23+143=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #90178F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90178F is #6FE870. Grayscale: #484848. Windows color (decimal): -7334001 or 9377680. OLE color: 9377680.
HSL color Cylindrical-coordinate representation of color #90178F: hue angle of 300.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90178F is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 143 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.44 |
| HSL | 300.5º | 0.72% | 0.33% | - |
| HSV(B) | 300.5º | 0.84% | 0.56% | - |
| XYZ | 16.77 | 8.53 | 26.75 | - |
| YUV | 72.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 143 | 0 | 0.84 | 0.01 | 0.44 | 300.5 | 0.72 | 0.33 |
| Hex | 90 | 17 | 8F | 0 | 54 | 1 | 2C | 12C | 48 | 21 |
| Octal | 220 | 27 | 217 | 0 | 124 | 1 | 54 | 454 | 110 | 41 |
| Binary | 10010000 | 10111 | 10001111 | 0 | 1010100 | 1 | 101100 | 100101100 | 1001000 | 100001 |
Color Harmonies of #90178F
Complementary color
Monochromatic Colors of #90178F
Black with #90178F
Text Example
Text Example
White with #90178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90178F; }
p { color: rgb(144,23,143); }
H1.HeaderClassName
{
color: #90178F;
}
.AnyTagClassName
{
color: #90178F;
}
</style>
background-color css
<style>
a { background-color: #90178F; }
a { background-color: rgb(144,23,143); }
div.DivClassName
{
background-color: #90178F;
}
.BgClassName
{
background-color: #90178F;
}
</style>
border-color css
<style>
span { border-color: #90178F; }
span { border-color: rgb(144,23,143); }
td.TdClassName
{
border-color: #90178F;
}
.TagClassName
{
border-color: #90178F;
}
</style>