Shades of Dark Purple #901976
Tints of Dark Purple #901976
RGB
CMYK
RGB Variations
Color information
#901976 (or 0x901976) is known color: Dark Purple. HEX triplet: 90, 19 and 76. RGB value is (144,25,118). Sum of RGB (Red+Green+Blue) = 144+25+118=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #901976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901976 is #6FE689. Grayscale: #464646. Windows color (decimal): -7333514 or 7739792. OLE color: 7739792.
HSL color Cylindrical-coordinate representation of color #901976: hue angle of 313.11º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901976 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 118 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.44 |
| HSL | 313.11º | 0.7% | 0.33% | - |
| HSV(B) | 313.11º | 0.83% | 0.56% | - |
| XYZ | 15.12 | 7.93 | 17.87 | - |
| YUV | 71.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 118 | 0 | 0.83 | 0.18 | 0.44 | 313.11 | 0.7 | 0.33 |
| Hex | 90 | 19 | 76 | 0 | 53 | 12 | 2C | 139 | 46 | 21 |
| Octal | 220 | 31 | 166 | 0 | 123 | 22 | 54 | 471 | 106 | 41 |
| Binary | 10010000 | 11001 | 1110110 | 0 | 1010011 | 10010 | 101100 | 100111001 | 1000110 | 100001 |
Color Harmonies of #901976
Complementary color
Monochromatic Colors of #901976
Black with #901976
Text Example
Text Example
White with #901976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901976; }
p { color: rgb(144,25,118); }
H1.HeaderClassName
{
color: #901976;
}
.AnyTagClassName
{
color: #901976;
}
</style>
background-color css
<style>
a { background-color: #901976; }
a { background-color: rgb(144,25,118); }
div.DivClassName
{
background-color: #901976;
}
.BgClassName
{
background-color: #901976;
}
</style>
border-color css
<style>
span { border-color: #901976; }
span { border-color: rgb(144,25,118); }
td.TdClassName
{
border-color: #901976;
}
.TagClassName
{
border-color: #901976;
}
</style>