Shades of Dark Purple #901480
Tints of Dark Purple #901480
RGB
CMYK
RGB Variations
Color information
#901480 (or 0x901480) is known color: Dark Purple. HEX triplet: 90, 14 and 80. RGB value is (144,20,128). Sum of RGB (Red+Green+Blue) = 144+20+128=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #901480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901480 is #6FEB7F. Grayscale: #454545. Windows color (decimal): -7334784 or 8393872. OLE color: 8393872.
HSL color Cylindrical-coordinate representation of color #901480: hue angle of 307.74º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901480 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 128 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.44 |
| HSL | 307.74º | 0.76% | 0.32% | - |
| HSV(B) | 307.74º | 0.86% | 0.56% | - |
| XYZ | 15.65 | 7.99 | 21.14 | - |
| YUV | 69.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 128 | 0 | 0.86 | 0.11 | 0.44 | 307.74 | 0.76 | 0.32 |
| Hex | 90 | 14 | 80 | 0 | 56 | B | 2C | 134 | 4C | 20 |
| Octal | 220 | 24 | 200 | 0 | 126 | 13 | 54 | 464 | 114 | 40 |
| Binary | 10010000 | 10100 | 10000000 | 0 | 1010110 | 1011 | 101100 | 100110100 | 1001100 | 100000 |
Color Harmonies of #901480
Complementary color
Monochromatic Colors of #901480
Black with #901480
Text Example
Text Example
White with #901480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901480; }
p { color: rgb(144,20,128); }
H1.HeaderClassName
{
color: #901480;
}
.AnyTagClassName
{
color: #901480;
}
</style>
background-color css
<style>
a { background-color: #901480; }
a { background-color: rgb(144,20,128); }
div.DivClassName
{
background-color: #901480;
}
.BgClassName
{
background-color: #901480;
}
</style>
border-color css
<style>
span { border-color: #901480; }
span { border-color: rgb(144,20,128); }
td.TdClassName
{
border-color: #901480;
}
.TagClassName
{
border-color: #901480;
}
</style>