Shades of Dark Purple #901479
Tints of Dark Purple #901479
RGB
CMYK
RGB Variations
Color information
#901479 (or 0x901479) is known color: Dark Purple. HEX triplet: 90, 14 and 79. RGB value is (144,20,121). Sum of RGB (Red+Green+Blue) = 144+20+121=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #901479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901479 is #6FEB86. Grayscale: #444444. Windows color (decimal): -7334791 or 7935120. OLE color: 7935120.
HSL color Cylindrical-coordinate representation of color #901479: hue angle of 311.13º 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 #901479 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 121 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.44 |
| HSL | 311.13º | 0.76% | 0.32% | - |
| HSV(B) | 311.13º | 0.86% | 0.56% | - |
| XYZ | 15.2 | 7.81 | 18.8 | - |
| YUV | 68.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 121 | 0 | 0.86 | 0.16 | 0.44 | 311.13 | 0.76 | 0.32 |
| Hex | 90 | 14 | 79 | 0 | 56 | 10 | 2C | 137 | 4C | 20 |
| Octal | 220 | 24 | 171 | 0 | 126 | 20 | 54 | 467 | 114 | 40 |
| Binary | 10010000 | 10100 | 1111001 | 0 | 1010110 | 10000 | 101100 | 100110111 | 1001100 | 100000 |
Color Harmonies of #901479
Complementary color
Monochromatic Colors of #901479
Black with #901479
Text Example
Text Example
White with #901479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901479; }
p { color: rgb(144,20,121); }
H1.HeaderClassName
{
color: #901479;
}
.AnyTagClassName
{
color: #901479;
}
</style>
background-color css
<style>
a { background-color: #901479; }
a { background-color: rgb(144,20,121); }
div.DivClassName
{
background-color: #901479;
}
.BgClassName
{
background-color: #901479;
}
</style>
border-color css
<style>
span { border-color: #901479; }
span { border-color: rgb(144,20,121); }
td.TdClassName
{
border-color: #901479;
}
.TagClassName
{
border-color: #901479;
}
</style>