Shades of Dark Purple #901484
Tints of Dark Purple #901484
RGB
CMYK
RGB Variations
Color information
#901484 (or 0x901484) is known color: Dark Purple. HEX triplet: 90, 14 and 84. RGB value is (144,20,132). Sum of RGB (Red+Green+Blue) = 144+20+132=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #901484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901484 is #6FEB7B. Grayscale: #454545. Windows color (decimal): -7334780 or 8656016. OLE color: 8656016.
HSL color Cylindrical-coordinate representation of color #901484: hue angle of 305.81º 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 #901484 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 132 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.44 |
| HSL | 305.81º | 0.76% | 0.32% | - |
| HSV(B) | 305.81º | 0.86% | 0.56% | - |
| XYZ | 15.92 | 8.1 | 22.55 | - |
| YUV | 69.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 132 | 0 | 0.86 | 0.08 | 0.44 | 305.81 | 0.76 | 0.32 |
| Hex | 90 | 14 | 84 | 0 | 56 | 8 | 2C | 132 | 4C | 20 |
| Octal | 220 | 24 | 204 | 0 | 126 | 10 | 54 | 462 | 114 | 40 |
| Binary | 10010000 | 10100 | 10000100 | 0 | 1010110 | 1000 | 101100 | 100110010 | 1001100 | 100000 |
Color Harmonies of #901484
Complementary color
Monochromatic Colors of #901484
Black with #901484
Text Example
Text Example
White with #901484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901484; }
p { color: rgb(144,20,132); }
H1.HeaderClassName
{
color: #901484;
}
.AnyTagClassName
{
color: #901484;
}
</style>
background-color css
<style>
a { background-color: #901484; }
a { background-color: rgb(144,20,132); }
div.DivClassName
{
background-color: #901484;
}
.BgClassName
{
background-color: #901484;
}
</style>
border-color css
<style>
span { border-color: #901484; }
span { border-color: rgb(144,20,132); }
td.TdClassName
{
border-color: #901484;
}
.TagClassName
{
border-color: #901484;
}
</style>