Shades of Dark Purple #901979
Tints of Dark Purple #901979
RGB
CMYK
RGB Variations
Color information
#901979 (or 0x901979) is known color: Dark Purple. HEX triplet: 90, 19 and 79. RGB value is (144,25,121). Sum of RGB (Red+Green+Blue) = 144+25+121=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #901979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901979 is #6FE686. Grayscale: #474747. Windows color (decimal): -7333511 or 7936400. OLE color: 7936400.
HSL color Cylindrical-coordinate representation of color #901979: hue angle of 311.6º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901979 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 121 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.44 |
| HSL | 311.6º | 0.7% | 0.33% | - |
| HSV(B) | 311.6º | 0.83% | 0.56% | - |
| XYZ | 15.3 | 8.01 | 18.83 | - |
| YUV | 71.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 121 | 0 | 0.83 | 0.16 | 0.44 | 311.6 | 0.7 | 0.33 |
| Hex | 90 | 19 | 79 | 0 | 53 | 10 | 2C | 138 | 46 | 21 |
| Octal | 220 | 31 | 171 | 0 | 123 | 20 | 54 | 470 | 106 | 41 |
| Binary | 10010000 | 11001 | 1111001 | 0 | 1010011 | 10000 | 101100 | 100111000 | 1000110 | 100001 |
Color Harmonies of #901979
Complementary color
Monochromatic Colors of #901979
Black with #901979
Text Example
Text Example
White with #901979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901979; }
p { color: rgb(144,25,121); }
H1.HeaderClassName
{
color: #901979;
}
.AnyTagClassName
{
color: #901979;
}
</style>
background-color css
<style>
a { background-color: #901979; }
a { background-color: rgb(144,25,121); }
div.DivClassName
{
background-color: #901979;
}
.BgClassName
{
background-color: #901979;
}
</style>
border-color css
<style>
span { border-color: #901979; }
span { border-color: rgb(144,25,121); }
td.TdClassName
{
border-color: #901979;
}
.TagClassName
{
border-color: #901979;
}
</style>