Shades of Dark Purple #901582
Tints of Dark Purple #901582
RGB
CMYK
RGB Variations
Color information
#901582 (or 0x901582) is known color: Dark Purple. HEX triplet: 90, 15 and 82. RGB value is (144,21,130). Sum of RGB (Red+Green+Blue) = 144+21+130=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #901582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901582 is #6FEA7D. Grayscale: #454545. Windows color (decimal): -7334526 or 8525200. OLE color: 8525200.
HSL color Cylindrical-coordinate representation of color #901582: hue angle of 306.83º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901582 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 130 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.44 |
| HSL | 306.83º | 0.75% | 0.32% | - |
| HSV(B) | 306.83º | 0.85% | 0.56% | - |
| XYZ | 15.8 | 8.08 | 21.85 | - |
| YUV | 70.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 130 | 0 | 0.85 | 0.10 | 0.44 | 306.83 | 0.75 | 0.32 |
| Hex | 90 | 15 | 82 | 0 | 55 | A | 2C | 133 | 4B | 20 |
| Octal | 220 | 25 | 202 | 0 | 125 | 12 | 54 | 463 | 113 | 40 |
| Binary | 10010000 | 10101 | 10000010 | 0 | 1010101 | 1010 | 101100 | 100110011 | 1001011 | 100000 |
Color Harmonies of #901582
Complementary color
Monochromatic Colors of #901582
Black with #901582
Text Example
Text Example
White with #901582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901582; }
p { color: rgb(144,21,130); }
H1.HeaderClassName
{
color: #901582;
}
.AnyTagClassName
{
color: #901582;
}
</style>
background-color css
<style>
a { background-color: #901582; }
a { background-color: rgb(144,21,130); }
div.DivClassName
{
background-color: #901582;
}
.BgClassName
{
background-color: #901582;
}
</style>
border-color css
<style>
span { border-color: #901582; }
span { border-color: rgb(144,21,130); }
td.TdClassName
{
border-color: #901582;
}
.TagClassName
{
border-color: #901582;
}
</style>