Shades of Dark Purple #901977
Tints of Dark Purple #901977
RGB
CMYK
RGB Variations
Color information
#901977 (or 0x901977) is known color: Dark Purple. HEX triplet: 90, 19 and 77. RGB value is (144,25,119). Sum of RGB (Red+Green+Blue) = 144+25+119=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #901977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901977 is #6FE688. Grayscale: #474747. Windows color (decimal): -7333513 or 7805328. OLE color: 7805328.
HSL color Cylindrical-coordinate representation of color #901977: hue angle of 312.61º 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 #901977 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 119 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.44 |
| HSL | 312.61º | 0.7% | 0.33% | - |
| HSV(B) | 312.61º | 0.83% | 0.56% | - |
| XYZ | 15.18 | 7.96 | 18.19 | - |
| YUV | 71.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 119 | 0 | 0.83 | 0.17 | 0.44 | 312.61 | 0.7 | 0.33 |
| Hex | 90 | 19 | 77 | 0 | 53 | 11 | 2C | 139 | 46 | 21 |
| Octal | 220 | 31 | 167 | 0 | 123 | 21 | 54 | 471 | 106 | 41 |
| Binary | 10010000 | 11001 | 1110111 | 0 | 1010011 | 10001 | 101100 | 100111001 | 1000110 | 100001 |
Color Harmonies of #901977
Complementary color
Monochromatic Colors of #901977
Black with #901977
Text Example
Text Example
White with #901977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901977; }
p { color: rgb(144,25,119); }
H1.HeaderClassName
{
color: #901977;
}
.AnyTagClassName
{
color: #901977;
}
</style>
background-color css
<style>
a { background-color: #901977; }
a { background-color: rgb(144,25,119); }
div.DivClassName
{
background-color: #901977;
}
.BgClassName
{
background-color: #901977;
}
</style>
border-color css
<style>
span { border-color: #901977; }
span { border-color: rgb(144,25,119); }
td.TdClassName
{
border-color: #901977;
}
.TagClassName
{
border-color: #901977;
}
</style>