Shades of Dark Purple #901476
Tints of Dark Purple #901476
RGB
CMYK
RGB Variations
Color information
#901476 (or 0x901476) is known color: Dark Purple. HEX triplet: 90, 14 and 76. RGB value is (144,20,118). Sum of RGB (Red+Green+Blue) = 144+20+118=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #901476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901476 is #6FEB89. Grayscale: #434343. Windows color (decimal): -7334794 or 7738512. OLE color: 7738512.
HSL color Cylindrical-coordinate representation of color #901476: hue angle of 312.58º 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 #901476 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 118 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.44 |
| HSL | 312.58º | 0.76% | 0.32% | - |
| HSV(B) | 312.58º | 0.86% | 0.56% | - |
| XYZ | 15.02 | 7.74 | 17.84 | - |
| YUV | 68.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 118 | 0 | 0.86 | 0.18 | 0.44 | 312.58 | 0.76 | 0.32 |
| Hex | 90 | 14 | 76 | 0 | 56 | 12 | 2C | 139 | 4C | 20 |
| Octal | 220 | 24 | 166 | 0 | 126 | 22 | 54 | 471 | 114 | 40 |
| Binary | 10010000 | 10100 | 1110110 | 0 | 1010110 | 10010 | 101100 | 100111001 | 1001100 | 100000 |
Color Harmonies of #901476
Complementary color
Monochromatic Colors of #901476
Black with #901476
Text Example
Text Example
White with #901476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901476; }
p { color: rgb(144,20,118); }
H1.HeaderClassName
{
color: #901476;
}
.AnyTagClassName
{
color: #901476;
}
</style>
background-color css
<style>
a { background-color: #901476; }
a { background-color: rgb(144,20,118); }
div.DivClassName
{
background-color: #901476;
}
.BgClassName
{
background-color: #901476;
}
</style>
border-color css
<style>
span { border-color: #901476; }
span { border-color: rgb(144,20,118); }
td.TdClassName
{
border-color: #901476;
}
.TagClassName
{
border-color: #901476;
}
</style>