Shades of Dark Purple #901D6A
Tints of Dark Purple #901D6A
RGB
CMYK
RGB Variations
Color information
#901D6A (or 0x901D6A) is known color: Dark Purple. HEX triplet: 90, 1D and 6A. RGB value is (144,29,106). Sum of RGB (Red+Green+Blue) = 144+29+106=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #901D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901D6A is #6FE295. Grayscale: #474747. Windows color (decimal): -7332502 or 6954384. OLE color: 6954384.
HSL color Cylindrical-coordinate representation of color #901D6A: hue angle of 319.83º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #901D6A is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 29 | 106 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.44 |
| HSL | 319.83º | 0.66% | 0.34% | - |
| HSV(B) | 319.83º | 0.8% | 0.56% | - |
| XYZ | 14.54 | 7.85 | 14.38 | - |
| YUV | 72.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 106 | 0 | 0.80 | 0.26 | 0.44 | 319.83 | 0.66 | 0.34 |
| Hex | 90 | 1D | 6A | 0 | 50 | 1A | 2C | 140 | 42 | 22 |
| Octal | 220 | 35 | 152 | 0 | 120 | 32 | 54 | 500 | 102 | 42 |
| Binary | 10010000 | 11101 | 1101010 | 0 | 1010000 | 11010 | 101100 | 101000000 | 1000010 | 100010 |
Color Harmonies of #901D6A
Complementary color
Monochromatic Colors of #901D6A
Black with #901D6A
Text Example
Text Example
White with #901D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901D6A; }
p { color: rgb(144,29,106); }
H1.HeaderClassName
{
color: #901D6A;
}
.AnyTagClassName
{
color: #901D6A;
}
</style>
background-color css
<style>
a { background-color: #901D6A; }
a { background-color: rgb(144,29,106); }
div.DivClassName
{
background-color: #901D6A;
}
.BgClassName
{
background-color: #901D6A;
}
</style>
border-color css
<style>
span { border-color: #901D6A; }
span { border-color: rgb(144,29,106); }
td.TdClassName
{
border-color: #901D6A;
}
.TagClassName
{
border-color: #901D6A;
}
</style>