Shades of Dark Purple #901788
Tints of Dark Purple #901788
RGB
CMYK
RGB Variations
Color information
#901788 (or 0x901788) is known color: Dark Purple. HEX triplet: 90, 17 and 88. RGB value is (144,23,136). Sum of RGB (Red+Green+Blue) = 144+23+136=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #901788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901788 is #6FE877. Grayscale: #474747. Windows color (decimal): -7334008 or 8918928. OLE color: 8918928.
HSL color Cylindrical-coordinate representation of color #901788: hue angle of 303.97º 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 #901788 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 136 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.44 |
| HSL | 303.97º | 0.72% | 0.33% | - |
| HSV(B) | 303.97º | 0.84% | 0.56% | - |
| XYZ | 16.25 | 8.32 | 24.04 | - |
| YUV | 72.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 136 | 0 | 0.84 | 0.06 | 0.44 | 303.97 | 0.72 | 0.33 |
| Hex | 90 | 17 | 88 | 0 | 54 | 6 | 2C | 130 | 48 | 21 |
| Octal | 220 | 27 | 210 | 0 | 124 | 6 | 54 | 460 | 110 | 41 |
| Binary | 10010000 | 10111 | 10001000 | 0 | 1010100 | 110 | 101100 | 100110000 | 1001000 | 100001 |
Color Harmonies of #901788
Complementary color
Monochromatic Colors of #901788
Black with #901788
Text Example
Text Example
White with #901788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901788; }
p { color: rgb(144,23,136); }
H1.HeaderClassName
{
color: #901788;
}
.AnyTagClassName
{
color: #901788;
}
</style>
background-color css
<style>
a { background-color: #901788; }
a { background-color: rgb(144,23,136); }
div.DivClassName
{
background-color: #901788;
}
.BgClassName
{
background-color: #901788;
}
</style>
border-color css
<style>
span { border-color: #901788; }
span { border-color: rgb(144,23,136); }
td.TdClassName
{
border-color: #901788;
}
.TagClassName
{
border-color: #901788;
}
</style>