Shades of Dark Purple #901A6D
Tints of Dark Purple #901A6D
RGB
CMYK
RGB Variations
Color information
#901A6D (or 0x901A6D) is known color: Dark Purple. HEX triplet: 90, 1A and 6D. RGB value is (144,26,109). Sum of RGB (Red+Green+Blue) = 144+26+109=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #901A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A6D is #6FE592. Grayscale: #464646. Windows color (decimal): -7333267 or 7150224. OLE color: 7150224.
HSL color Cylindrical-coordinate representation of color #901A6D: hue angle of 317.8º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A6D is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 109 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.44 |
| HSL | 317.8º | 0.69% | 0.33% | - |
| HSV(B) | 317.8º | 0.82% | 0.56% | - |
| XYZ | 14.63 | 7.77 | 15.2 | - |
| YUV | 70.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 109 | 0 | 0.82 | 0.24 | 0.44 | 317.8 | 0.69 | 0.33 |
| Hex | 90 | 1A | 6D | 0 | 52 | 18 | 2C | 13E | 45 | 21 |
| Octal | 220 | 32 | 155 | 0 | 122 | 30 | 54 | 476 | 105 | 41 |
| Binary | 10010000 | 11010 | 1101101 | 0 | 1010010 | 11000 | 101100 | 100111110 | 1000101 | 100001 |
Color Harmonies of #901A6D
Complementary color
Monochromatic Colors of #901A6D
Black with #901A6D
Text Example
Text Example
White with #901A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A6D; }
p { color: rgb(144,26,109); }
H1.HeaderClassName
{
color: #901A6D;
}
.AnyTagClassName
{
color: #901A6D;
}
</style>
background-color css
<style>
a { background-color: #901A6D; }
a { background-color: rgb(144,26,109); }
div.DivClassName
{
background-color: #901A6D;
}
.BgClassName
{
background-color: #901A6D;
}
</style>
border-color css
<style>
span { border-color: #901A6D; }
span { border-color: rgb(144,26,109); }
td.TdClassName
{
border-color: #901A6D;
}
.TagClassName
{
border-color: #901A6D;
}
</style>