Shades of Dark Purple #901789
Tints of Dark Purple #901789
RGB
CMYK
RGB Variations
Color information
#901789 (or 0x901789) is known color: Dark Purple. HEX triplet: 90, 17 and 89. RGB value is (144,23,137). Sum of RGB (Red+Green+Blue) = 144+23+137=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #901789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901789 is #6FE876. Grayscale: #474747. Windows color (decimal): -7334007 or 8984464. OLE color: 8984464.
HSL color Cylindrical-coordinate representation of color #901789: hue angle of 303.47º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901789 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 137 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.44 |
| HSL | 303.47º | 0.72% | 0.33% | - |
| HSV(B) | 303.47º | 0.84% | 0.56% | - |
| XYZ | 16.32 | 8.35 | 24.42 | - |
| YUV | 72.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 137 | 0 | 0.84 | 0.05 | 0.44 | 303.47 | 0.72 | 0.33 |
| Hex | 90 | 17 | 89 | 0 | 54 | 5 | 2C | 12F | 48 | 21 |
| Octal | 220 | 27 | 211 | 0 | 124 | 5 | 54 | 457 | 110 | 41 |
| Binary | 10010000 | 10111 | 10001001 | 0 | 1010100 | 101 | 101100 | 100101111 | 1001000 | 100001 |
Color Harmonies of #901789
Complementary color
Monochromatic Colors of #901789
Black with #901789
Text Example
Text Example
White with #901789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901789; }
p { color: rgb(144,23,137); }
H1.HeaderClassName
{
color: #901789;
}
.AnyTagClassName
{
color: #901789;
}
</style>
background-color css
<style>
a { background-color: #901789; }
a { background-color: rgb(144,23,137); }
div.DivClassName
{
background-color: #901789;
}
.BgClassName
{
background-color: #901789;
}
</style>
border-color css
<style>
span { border-color: #901789; }
span { border-color: rgb(144,23,137); }
td.TdClassName
{
border-color: #901789;
}
.TagClassName
{
border-color: #901789;
}
</style>