Shades of Dark Purple #901082
Tints of Dark Purple #901082
RGB
CMYK
RGB Variations
Color information
#901082 (or 0x901082) is known color: Dark Purple. HEX triplet: 90, 10 and 82. RGB value is (144,16,130). Sum of RGB (Red+Green+Blue) = 144+16+130=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #901082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901082 is #6FEF7D. Grayscale: #424242. Windows color (decimal): -7335806 or 8523920. OLE color: 8523920.
HSL color Cylindrical-coordinate representation of color #901082: hue angle of 306.56º 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 #901082 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 130 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.44 |
| HSL | 306.56º | 0.8% | 0.31% | - |
| HSV(B) | 306.56º | 0.89% | 0.56% | - |
| XYZ | 15.72 | 7.91 | 21.82 | - |
| YUV | 67.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 130 | 0 | 0.89 | 0.10 | 0.44 | 306.56 | 0.8 | 0.31 |
| Hex | 90 | 10 | 82 | 0 | 59 | A | 2C | 133 | 50 | 1F |
| Octal | 220 | 20 | 202 | 0 | 131 | 12 | 54 | 463 | 120 | 37 |
| Binary | 10010000 | 10000 | 10000010 | 0 | 1011001 | 1010 | 101100 | 100110011 | 1010000 | 11111 |
Color Harmonies of #901082
Complementary color
Monochromatic Colors of #901082
Black with #901082
Text Example
Text Example
White with #901082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901082; }
p { color: rgb(144,16,130); }
H1.HeaderClassName
{
color: #901082;
}
.AnyTagClassName
{
color: #901082;
}
</style>
background-color css
<style>
a { background-color: #901082; }
a { background-color: rgb(144,16,130); }
div.DivClassName
{
background-color: #901082;
}
.BgClassName
{
background-color: #901082;
}
</style>
border-color css
<style>
span { border-color: #901082; }
span { border-color: rgb(144,16,130); }
td.TdClassName
{
border-color: #901082;
}
.TagClassName
{
border-color: #901082;
}
</style>