Shades of Dark Magenta #901C94
Tints of Dark Magenta #901C94
RGB
CMYK
RGB Variations
Color information
#901C94 (or 0x901C94) is known color: Dark Magenta. HEX triplet: 90, 1C and 94. RGB value is (144,28,148). Sum of RGB (Red+Green+Blue) = 144+28+148=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #901C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901C94 is #6FE36B. Grayscale: #4C4C4C. Windows color (decimal): -7332716 or 9706640. OLE color: 9706640.
HSL color Cylindrical-coordinate representation of color #901C94: hue angle of 298º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C94 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 28 | 148 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.42 |
| HSL | 298º | 0.68% | 0.35% | - |
| HSV(B) | 298º | 0.81% | 0.58% | - |
| XYZ | 17.26 | 8.9 | 28.82 | - |
| YUV | 76.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 148 | 0.03 | 0.81 | 0 | 0.42 | 298 | 0.68 | 0.35 |
| Hex | 90 | 1C | 94 | 3 | 51 | 0 | 2A | 12A | 44 | 23 |
| Octal | 220 | 34 | 224 | 3 | 121 | 0 | 52 | 452 | 104 | 43 |
| Binary | 10010000 | 11100 | 10010100 | 11 | 1010001 | 0 | 101010 | 100101010 | 1000100 | 100011 |
Color Harmonies of #901C94
Complementary color
Monochromatic Colors of #901C94
Black with #901C94
Text Example
Text Example
White with #901C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C94; }
p { color: rgb(144,28,148); }
H1.HeaderClassName
{
color: #901C94;
}
.AnyTagClassName
{
color: #901C94;
}
</style>
background-color css
<style>
a { background-color: #901C94; }
a { background-color: rgb(144,28,148); }
div.DivClassName
{
background-color: #901C94;
}
.BgClassName
{
background-color: #901C94;
}
</style>
border-color css
<style>
span { border-color: #901C94; }
span { border-color: rgb(144,28,148); }
td.TdClassName
{
border-color: #901C94;
}
.TagClassName
{
border-color: #901C94;
}
</style>