Shades of Dark Purple #901081
Tints of Dark Purple #901081
RGB
CMYK
RGB Variations
Color information
#901081 (or 0x901081) is known color: Dark Purple. HEX triplet: 90, 10 and 81. RGB value is (144,16,129). Sum of RGB (Red+Green+Blue) = 144+16+129=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #901081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901081 is #6FEF7E. Grayscale: #424242. Windows color (decimal): -7335807 or 8458384. OLE color: 8458384.
HSL color Cylindrical-coordinate representation of color #901081: hue angle of 307.03º 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 #901081 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 129 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.44 |
| HSL | 307.03º | 0.8% | 0.31% | - |
| HSV(B) | 307.03º | 0.89% | 0.56% | - |
| XYZ | 15.65 | 7.88 | 21.47 | - |
| YUV | 67.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 129 | 0 | 0.89 | 0.10 | 0.44 | 307.03 | 0.8 | 0.31 |
| Hex | 90 | 10 | 81 | 0 | 59 | A | 2C | 133 | 50 | 1F |
| Octal | 220 | 20 | 201 | 0 | 131 | 12 | 54 | 463 | 120 | 37 |
| Binary | 10010000 | 10000 | 10000001 | 0 | 1011001 | 1010 | 101100 | 100110011 | 1010000 | 11111 |
Color Harmonies of #901081
Complementary color
Monochromatic Colors of #901081
Black with #901081
Text Example
Text Example
White with #901081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901081; }
p { color: rgb(144,16,129); }
H1.HeaderClassName
{
color: #901081;
}
.AnyTagClassName
{
color: #901081;
}
</style>
background-color css
<style>
a { background-color: #901081; }
a { background-color: rgb(144,16,129); }
div.DivClassName
{
background-color: #901081;
}
.BgClassName
{
background-color: #901081;
}
</style>
border-color css
<style>
span { border-color: #901081; }
span { border-color: rgb(144,16,129); }
td.TdClassName
{
border-color: #901081;
}
.TagClassName
{
border-color: #901081;
}
</style>