Shades of Dark Purple #901983
Tints of Dark Purple #901983
RGB
CMYK
RGB Variations
Color information
#901983 (or 0x901983) is known color: Dark Purple. HEX triplet: 90, 19 and 83. RGB value is (144,25,131). Sum of RGB (Red+Green+Blue) = 144+25+131=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #901983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901983 is #6FE67C. Grayscale: #484848. Windows color (decimal): -7333501 or 8591760. OLE color: 8591760.
HSL color Cylindrical-coordinate representation of color #901983: hue angle of 306.55º 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 #901983 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 131 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.44 |
| HSL | 306.55º | 0.7% | 0.33% | - |
| HSV(B) | 306.55º | 0.83% | 0.56% | - |
| XYZ | 15.95 | 8.26 | 22.23 | - |
| YUV | 72.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 131 | 0 | 0.83 | 0.09 | 0.44 | 306.55 | 0.7 | 0.33 |
| Hex | 90 | 19 | 83 | 0 | 53 | 9 | 2C | 133 | 46 | 21 |
| Octal | 220 | 31 | 203 | 0 | 123 | 11 | 54 | 463 | 106 | 41 |
| Binary | 10010000 | 11001 | 10000011 | 0 | 1010011 | 1001 | 101100 | 100110011 | 1000110 | 100001 |
Color Harmonies of #901983
Complementary color
Monochromatic Colors of #901983
Black with #901983
Text Example
Text Example
White with #901983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901983; }
p { color: rgb(144,25,131); }
H1.HeaderClassName
{
color: #901983;
}
.AnyTagClassName
{
color: #901983;
}
</style>
background-color css
<style>
a { background-color: #901983; }
a { background-color: rgb(144,25,131); }
div.DivClassName
{
background-color: #901983;
}
.BgClassName
{
background-color: #901983;
}
</style>
border-color css
<style>
span { border-color: #901983; }
span { border-color: rgb(144,25,131); }
td.TdClassName
{
border-color: #901983;
}
.TagClassName
{
border-color: #901983;
}
</style>