Shades of Dark Purple #901777
Tints of Dark Purple #901777
RGB
CMYK
RGB Variations
Color information
#901777 (or 0x901777) is known color: Dark Purple. HEX triplet: 90, 17 and 77. RGB value is (144,23,119). Sum of RGB (Red+Green+Blue) = 144+23+119=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #901777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901777 is #6FE888. Grayscale: #454545. Windows color (decimal): -7334025 or 7804816. OLE color: 7804816.
HSL color Cylindrical-coordinate representation of color #901777: hue angle of 312.4º 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 #901777 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 119 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.44 |
| HSL | 312.4º | 0.72% | 0.33% | - |
| HSV(B) | 312.4º | 0.84% | 0.56% | - |
| XYZ | 15.14 | 7.87 | 18.17 | - |
| YUV | 70.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 119 | 0 | 0.84 | 0.17 | 0.44 | 312.4 | 0.72 | 0.33 |
| Hex | 90 | 17 | 77 | 0 | 54 | 11 | 2C | 138 | 48 | 21 |
| Octal | 220 | 27 | 167 | 0 | 124 | 21 | 54 | 470 | 110 | 41 |
| Binary | 10010000 | 10111 | 1110111 | 0 | 1010100 | 10001 | 101100 | 100111000 | 1001000 | 100001 |
Color Harmonies of #901777
Complementary color
Monochromatic Colors of #901777
Black with #901777
Text Example
Text Example
White with #901777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901777; }
p { color: rgb(144,23,119); }
H1.HeaderClassName
{
color: #901777;
}
.AnyTagClassName
{
color: #901777;
}
</style>
background-color css
<style>
a { background-color: #901777; }
a { background-color: rgb(144,23,119); }
div.DivClassName
{
background-color: #901777;
}
.BgClassName
{
background-color: #901777;
}
</style>
border-color css
<style>
span { border-color: #901777; }
span { border-color: rgb(144,23,119); }
td.TdClassName
{
border-color: #901777;
}
.TagClassName
{
border-color: #901777;
}
</style>