Shades of Dark Purple #901487
Tints of Dark Purple #901487
RGB
CMYK
RGB Variations
Color information
#901487 (or 0x901487) is known color: Dark Purple. HEX triplet: 90, 14 and 87. RGB value is (144,20,135). Sum of RGB (Red+Green+Blue) = 144+20+135=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #901487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901487 is #6FEB78. Grayscale: #454545. Windows color (decimal): -7334777 or 8852624. OLE color: 8852624.
HSL color Cylindrical-coordinate representation of color #901487: hue angle of 304.35º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901487 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 135 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.44 |
| HSL | 304.35º | 0.76% | 0.32% | - |
| HSV(B) | 304.35º | 0.86% | 0.56% | - |
| XYZ | 16.12 | 8.18 | 23.65 | - |
| YUV | 70.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 135 | 0 | 0.86 | 0.06 | 0.44 | 304.35 | 0.76 | 0.32 |
| Hex | 90 | 14 | 87 | 0 | 56 | 6 | 2C | 130 | 4C | 20 |
| Octal | 220 | 24 | 207 | 0 | 126 | 6 | 54 | 460 | 114 | 40 |
| Binary | 10010000 | 10100 | 10000111 | 0 | 1010110 | 110 | 101100 | 100110000 | 1001100 | 100000 |
Color Harmonies of #901487
Complementary color
Monochromatic Colors of #901487
Black with #901487
Text Example
Text Example
White with #901487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901487; }
p { color: rgb(144,20,135); }
H1.HeaderClassName
{
color: #901487;
}
.AnyTagClassName
{
color: #901487;
}
</style>
background-color css
<style>
a { background-color: #901487; }
a { background-color: rgb(144,20,135); }
div.DivClassName
{
background-color: #901487;
}
.BgClassName
{
background-color: #901487;
}
</style>
border-color css
<style>
span { border-color: #901487; }
span { border-color: rgb(144,20,135); }
td.TdClassName
{
border-color: #901487;
}
.TagClassName
{
border-color: #901487;
}
</style>