Shades of Dark Purple #901969
Tints of Dark Purple #901969
RGB
CMYK
RGB Variations
Color information
#901969 (or 0x901969) is known color: Dark Purple. HEX triplet: 90, 19 and 69. RGB value is (144,25,105). Sum of RGB (Red+Green+Blue) = 144+25+105=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #901969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901969 is #6FE696. Grayscale: #454545. Windows color (decimal): -7333527 or 6887824. OLE color: 6887824.
HSL color Cylindrical-coordinate representation of color #901969: hue angle of 319.66º 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 #901969 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 105 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.44 |
| HSL | 319.66º | 0.7% | 0.33% | - |
| HSV(B) | 319.66º | 0.83% | 0.56% | - |
| XYZ | 14.4 | 7.64 | 14.08 | - |
| YUV | 69.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 105 | 0 | 0.83 | 0.27 | 0.44 | 319.66 | 0.7 | 0.33 |
| Hex | 90 | 19 | 69 | 0 | 53 | 1B | 2C | 140 | 46 | 21 |
| Octal | 220 | 31 | 151 | 0 | 123 | 33 | 54 | 500 | 106 | 41 |
| Binary | 10010000 | 11001 | 1101001 | 0 | 1010011 | 11011 | 101100 | 101000000 | 1000110 | 100001 |
Color Harmonies of #901969
Complementary color
Monochromatic Colors of #901969
Black with #901969
Text Example
Text Example
White with #901969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901969; }
p { color: rgb(144,25,105); }
H1.HeaderClassName
{
color: #901969;
}
.AnyTagClassName
{
color: #901969;
}
</style>
background-color css
<style>
a { background-color: #901969; }
a { background-color: rgb(144,25,105); }
div.DivClassName
{
background-color: #901969;
}
.BgClassName
{
background-color: #901969;
}
</style>
border-color css
<style>
span { border-color: #901969; }
span { border-color: rgb(144,25,105); }
td.TdClassName
{
border-color: #901969;
}
.TagClassName
{
border-color: #901969;
}
</style>