Shades of Dark Purple #901681
Tints of Dark Purple #901681
RGB
CMYK
RGB Variations
Color information
#901681 (or 0x901681) is known color: Dark Purple. HEX triplet: 90, 16 and 81. RGB value is (144,22,129). Sum of RGB (Red+Green+Blue) = 144+22+129=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #901681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901681 is #6FE97E. Grayscale: #464646. Windows color (decimal): -7334271 or 8459920. OLE color: 8459920.
HSL color Cylindrical-coordinate representation of color #901681: hue angle of 307.38º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901681 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 129 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.44 |
| HSL | 307.38º | 0.73% | 0.33% | - |
| HSV(B) | 307.38º | 0.85% | 0.56% | - |
| XYZ | 15.75 | 8.09 | 21.5 | - |
| YUV | 70.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 129 | 0 | 0.85 | 0.10 | 0.44 | 307.38 | 0.73 | 0.33 |
| Hex | 90 | 16 | 81 | 0 | 55 | A | 2C | 133 | 49 | 21 |
| Octal | 220 | 26 | 201 | 0 | 125 | 12 | 54 | 463 | 111 | 41 |
| Binary | 10010000 | 10110 | 10000001 | 0 | 1010101 | 1010 | 101100 | 100110011 | 1001001 | 100001 |
Color Harmonies of #901681
Complementary color
Monochromatic Colors of #901681
Black with #901681
Text Example
Text Example
White with #901681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901681; }
p { color: rgb(144,22,129); }
H1.HeaderClassName
{
color: #901681;
}
.AnyTagClassName
{
color: #901681;
}
</style>
background-color css
<style>
a { background-color: #901681; }
a { background-color: rgb(144,22,129); }
div.DivClassName
{
background-color: #901681;
}
.BgClassName
{
background-color: #901681;
}
</style>
border-color css
<style>
span { border-color: #901681; }
span { border-color: rgb(144,22,129); }
td.TdClassName
{
border-color: #901681;
}
.TagClassName
{
border-color: #901681;
}
</style>