Shades of Dark Purple #901989
Tints of Dark Purple #901989
RGB
CMYK
RGB Variations
Color information
#901989 (or 0x901989) is known color: Dark Purple. HEX triplet: 90, 19 and 89. RGB value is (144,25,137). Sum of RGB (Red+Green+Blue) = 144+25+137=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #901989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901989 is #6FE676. Grayscale: #494949. Windows color (decimal): -7333495 or 8984976. OLE color: 8984976.
HSL color Cylindrical-coordinate representation of color #901989: hue angle of 303.53º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901989 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 137 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.44 |
| HSL | 303.53º | 0.7% | 0.33% | - |
| HSV(B) | 303.53º | 0.83% | 0.56% | - |
| XYZ | 16.36 | 8.43 | 24.43 | - |
| YUV | 73.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 137 | 0 | 0.83 | 0.05 | 0.44 | 303.53 | 0.7 | 0.33 |
| Hex | 90 | 19 | 89 | 0 | 53 | 5 | 2C | 130 | 46 | 21 |
| Octal | 220 | 31 | 211 | 0 | 123 | 5 | 54 | 460 | 106 | 41 |
| Binary | 10010000 | 11001 | 10001001 | 0 | 1010011 | 101 | 101100 | 100110000 | 1000110 | 100001 |
Color Harmonies of #901989
Complementary color
Monochromatic Colors of #901989
Black with #901989
Text Example
Text Example
White with #901989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901989; }
p { color: rgb(144,25,137); }
H1.HeaderClassName
{
color: #901989;
}
.AnyTagClassName
{
color: #901989;
}
</style>
background-color css
<style>
a { background-color: #901989; }
a { background-color: rgb(144,25,137); }
div.DivClassName
{
background-color: #901989;
}
.BgClassName
{
background-color: #901989;
}
</style>
border-color css
<style>
span { border-color: #901989; }
span { border-color: rgb(144,25,137); }
td.TdClassName
{
border-color: #901989;
}
.TagClassName
{
border-color: #901989;
}
</style>