Shades of Dark Purple #901485
Tints of Dark Purple #901485
RGB
CMYK
RGB Variations
Color information
#901485 (or 0x901485) is known color: Dark Purple. HEX triplet: 90, 14 and 85. RGB value is (144,20,133). Sum of RGB (Red+Green+Blue) = 144+20+133=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #901485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901485 is #6FEB7A. Grayscale: #454545. Windows color (decimal): -7334779 or 8721552. OLE color: 8721552.
HSL color Cylindrical-coordinate representation of color #901485: hue angle of 305.32º 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 #901485 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 133 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.44 |
| HSL | 305.32º | 0.76% | 0.32% | - |
| HSV(B) | 305.32º | 0.86% | 0.56% | - |
| XYZ | 15.99 | 8.12 | 22.92 | - |
| YUV | 69.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 133 | 0 | 0.86 | 0.08 | 0.44 | 305.32 | 0.76 | 0.32 |
| Hex | 90 | 14 | 85 | 0 | 56 | 8 | 2C | 131 | 4C | 20 |
| Octal | 220 | 24 | 205 | 0 | 126 | 10 | 54 | 461 | 114 | 40 |
| Binary | 10010000 | 10100 | 10000101 | 0 | 1010110 | 1000 | 101100 | 100110001 | 1001100 | 100000 |
Color Harmonies of #901485
Complementary color
Monochromatic Colors of #901485
Black with #901485
Text Example
Text Example
White with #901485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901485; }
p { color: rgb(144,20,133); }
H1.HeaderClassName
{
color: #901485;
}
.AnyTagClassName
{
color: #901485;
}
</style>
background-color css
<style>
a { background-color: #901485; }
a { background-color: rgb(144,20,133); }
div.DivClassName
{
background-color: #901485;
}
.BgClassName
{
background-color: #901485;
}
</style>
border-color css
<style>
span { border-color: #901485; }
span { border-color: rgb(144,20,133); }
td.TdClassName
{
border-color: #901485;
}
.TagClassName
{
border-color: #901485;
}
</style>