Shades of Dark Purple #901980
Tints of Dark Purple #901980
RGB
CMYK
RGB Variations
Color information
#901980 (or 0x901980) is known color: Dark Purple. HEX triplet: 90, 19 and 80. RGB value is (144,25,128). Sum of RGB (Red+Green+Blue) = 144+25+128=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #901980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901980 is #6FE67F. Grayscale: #484848. Windows color (decimal): -7333504 or 8395152. OLE color: 8395152.
HSL color Cylindrical-coordinate representation of color #901980: hue angle of 308.07º 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 #901980 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 128 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.44 |
| HSL | 308.07º | 0.7% | 0.33% | - |
| HSV(B) | 308.07º | 0.83% | 0.56% | - |
| XYZ | 15.75 | 8.18 | 21.17 | - |
| YUV | 72.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 128 | 0 | 0.83 | 0.11 | 0.44 | 308.07 | 0.7 | 0.33 |
| Hex | 90 | 19 | 80 | 0 | 53 | B | 2C | 134 | 46 | 21 |
| Octal | 220 | 31 | 200 | 0 | 123 | 13 | 54 | 464 | 106 | 41 |
| Binary | 10010000 | 11001 | 10000000 | 0 | 1010011 | 1011 | 101100 | 100110100 | 1000110 | 100001 |
Color Harmonies of #901980
Complementary color
Monochromatic Colors of #901980
Black with #901980
Text Example
Text Example
White with #901980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901980; }
p { color: rgb(144,25,128); }
H1.HeaderClassName
{
color: #901980;
}
.AnyTagClassName
{
color: #901980;
}
</style>
background-color css
<style>
a { background-color: #901980; }
a { background-color: rgb(144,25,128); }
div.DivClassName
{
background-color: #901980;
}
.BgClassName
{
background-color: #901980;
}
</style>
border-color css
<style>
span { border-color: #901980; }
span { border-color: rgb(144,25,128); }
td.TdClassName
{
border-color: #901980;
}
.TagClassName
{
border-color: #901980;
}
</style>