Shades of Dark Purple #901076
Tints of Dark Purple #901076
RGB
CMYK
RGB Variations
Color information
#901076 (or 0x901076) is known color: Dark Purple. HEX triplet: 90, 10 and 76. RGB value is (144,16,118). Sum of RGB (Red+Green+Blue) = 144+16+118=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #901076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901076 is #6FEF89. Grayscale: #414141. Windows color (decimal): -7335818 or 7737488. OLE color: 7737488.
HSL color Cylindrical-coordinate representation of color #901076: hue angle of 312.19º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901076 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 118 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.44 |
| HSL | 312.19º | 0.8% | 0.31% | - |
| HSV(B) | 312.19º | 0.89% | 0.56% | - |
| XYZ | 14.96 | 7.61 | 17.82 | - |
| YUV | 65.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 118 | 0 | 0.89 | 0.18 | 0.44 | 312.19 | 0.8 | 0.31 |
| Hex | 90 | 10 | 76 | 0 | 59 | 12 | 2C | 138 | 50 | 1F |
| Octal | 220 | 20 | 166 | 0 | 131 | 22 | 54 | 470 | 120 | 37 |
| Binary | 10010000 | 10000 | 1110110 | 0 | 1011001 | 10010 | 101100 | 100111000 | 1010000 | 11111 |
Color Harmonies of #901076
Complementary color
Monochromatic Colors of #901076
Black with #901076
Text Example
Text Example
White with #901076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901076; }
p { color: rgb(144,16,118); }
H1.HeaderClassName
{
color: #901076;
}
.AnyTagClassName
{
color: #901076;
}
</style>
background-color css
<style>
a { background-color: #901076; }
a { background-color: rgb(144,16,118); }
div.DivClassName
{
background-color: #901076;
}
.BgClassName
{
background-color: #901076;
}
</style>
border-color css
<style>
span { border-color: #901076; }
span { border-color: rgb(144,16,118); }
td.TdClassName
{
border-color: #901076;
}
.TagClassName
{
border-color: #901076;
}
</style>