Shades of Dark Purple #901080
Tints of Dark Purple #901080
RGB
CMYK
RGB Variations
Color information
#901080 (or 0x901080) is known color: Dark Purple. HEX triplet: 90, 10 and 80. RGB value is (144,16,128). Sum of RGB (Red+Green+Blue) = 144+16+128=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #901080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901080 is #6FEF7F. Grayscale: #424242. Windows color (decimal): -7335808 or 8392848. OLE color: 8392848.
HSL color Cylindrical-coordinate representation of color #901080: hue angle of 307.5º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901080 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 128 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.44 |
| HSL | 307.5º | 0.8% | 0.31% | - |
| HSV(B) | 307.5º | 0.89% | 0.56% | - |
| XYZ | 15.58 | 7.86 | 21.12 | - |
| YUV | 67.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 128 | 0 | 0.89 | 0.11 | 0.44 | 307.5 | 0.8 | 0.31 |
| Hex | 90 | 10 | 80 | 0 | 59 | B | 2C | 134 | 50 | 1F |
| Octal | 220 | 20 | 200 | 0 | 131 | 13 | 54 | 464 | 120 | 37 |
| Binary | 10010000 | 10000 | 10000000 | 0 | 1011001 | 1011 | 101100 | 100110100 | 1010000 | 11111 |
Color Harmonies of #901080
Complementary color
Monochromatic Colors of #901080
Black with #901080
Text Example
Text Example
White with #901080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901080; }
p { color: rgb(144,16,128); }
H1.HeaderClassName
{
color: #901080;
}
.AnyTagClassName
{
color: #901080;
}
</style>
background-color css
<style>
a { background-color: #901080; }
a { background-color: rgb(144,16,128); }
div.DivClassName
{
background-color: #901080;
}
.BgClassName
{
background-color: #901080;
}
</style>
border-color css
<style>
span { border-color: #901080; }
span { border-color: rgb(144,16,128); }
td.TdClassName
{
border-color: #901080;
}
.TagClassName
{
border-color: #901080;
}
</style>