Shades of Dark Purple #901679
Tints of Dark Purple #901679
RGB
CMYK
RGB Variations
Color information
#901679 (or 0x901679) is known color: Dark Purple. HEX triplet: 90, 16 and 79. RGB value is (144,22,121). Sum of RGB (Red+Green+Blue) = 144+22+121=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #901679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901679 is #6FE986. Grayscale: #454545. Windows color (decimal): -7334279 or 7935632. OLE color: 7935632.
HSL color Cylindrical-coordinate representation of color #901679: hue angle of 311.31º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901679 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 121 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.44 |
| HSL | 311.31º | 0.73% | 0.33% | - |
| HSV(B) | 311.31º | 0.85% | 0.56% | - |
| XYZ | 15.24 | 7.88 | 18.81 | - |
| YUV | 69.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 121 | 0 | 0.85 | 0.16 | 0.44 | 311.31 | 0.73 | 0.33 |
| Hex | 90 | 16 | 79 | 0 | 55 | 10 | 2C | 137 | 49 | 21 |
| Octal | 220 | 26 | 171 | 0 | 125 | 20 | 54 | 467 | 111 | 41 |
| Binary | 10010000 | 10110 | 1111001 | 0 | 1010101 | 10000 | 101100 | 100110111 | 1001001 | 100001 |
Color Harmonies of #901679
Complementary color
Monochromatic Colors of #901679
Black with #901679
Text Example
Text Example
White with #901679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901679; }
p { color: rgb(144,22,121); }
H1.HeaderClassName
{
color: #901679;
}
.AnyTagClassName
{
color: #901679;
}
</style>
background-color css
<style>
a { background-color: #901679; }
a { background-color: rgb(144,22,121); }
div.DivClassName
{
background-color: #901679;
}
.BgClassName
{
background-color: #901679;
}
</style>
border-color css
<style>
span { border-color: #901679; }
span { border-color: rgb(144,22,121); }
td.TdClassName
{
border-color: #901679;
}
.TagClassName
{
border-color: #901679;
}
</style>