Shades of Dark Purple #901A7D
Tints of Dark Purple #901A7D
RGB
CMYK
RGB Variations
Color information
#901A7D (or 0x901A7D) is known color: Dark Purple. HEX triplet: 90, 1A and 7D. RGB value is (144,26,125). Sum of RGB (Red+Green+Blue) = 144+26+125=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #901A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A7D is #6FE582. Grayscale: #484848. Windows color (decimal): -7333251 or 8198800. OLE color: 8198800.
HSL color Cylindrical-coordinate representation of color #901A7D: hue angle of 309.66º 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 #901A7D is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 125 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.44 |
| HSL | 309.66º | 0.69% | 0.33% | - |
| HSV(B) | 309.66º | 0.82% | 0.56% | - |
| XYZ | 15.57 | 8.15 | 20.15 | - |
| YUV | 72.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 125 | 0 | 0.82 | 0.13 | 0.44 | 309.66 | 0.69 | 0.33 |
| Hex | 90 | 1A | 7D | 0 | 52 | D | 2C | 136 | 45 | 21 |
| Octal | 220 | 32 | 175 | 0 | 122 | 15 | 54 | 466 | 105 | 41 |
| Binary | 10010000 | 11010 | 1111101 | 0 | 1010010 | 1101 | 101100 | 100110110 | 1000101 | 100001 |
Color Harmonies of #901A7D
Complementary color
Monochromatic Colors of #901A7D
Black with #901A7D
Text Example
Text Example
White with #901A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A7D; }
p { color: rgb(144,26,125); }
H1.HeaderClassName
{
color: #901A7D;
}
.AnyTagClassName
{
color: #901A7D;
}
</style>
background-color css
<style>
a { background-color: #901A7D; }
a { background-color: rgb(144,26,125); }
div.DivClassName
{
background-color: #901A7D;
}
.BgClassName
{
background-color: #901A7D;
}
</style>
border-color css
<style>
span { border-color: #901A7D; }
span { border-color: rgb(144,26,125); }
td.TdClassName
{
border-color: #901A7D;
}
.TagClassName
{
border-color: #901A7D;
}
</style>