Shades of Dark Purple #901A7F
Tints of Dark Purple #901A7F
RGB
CMYK
RGB Variations
Color information
#901A7F (or 0x901A7F) is known color: Dark Purple. HEX triplet: 90, 1A and 7F. RGB value is (144,26,127). Sum of RGB (Red+Green+Blue) = 144+26+127=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #901A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A7F is #6FE580. Grayscale: #484848. Windows color (decimal): -7333249 or 8329872. OLE color: 8329872.
HSL color Cylindrical-coordinate representation of color #901A7F: hue angle of 308.64º 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 #901A7F is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 127 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.44 |
| HSL | 308.64º | 0.69% | 0.33% | - |
| HSV(B) | 308.64º | 0.82% | 0.56% | - |
| XYZ | 15.7 | 8.2 | 20.83 | - |
| YUV | 72.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 127 | 0 | 0.82 | 0.12 | 0.44 | 308.64 | 0.69 | 0.33 |
| Hex | 90 | 1A | 7F | 0 | 52 | C | 2C | 135 | 45 | 21 |
| Octal | 220 | 32 | 177 | 0 | 122 | 14 | 54 | 465 | 105 | 41 |
| Binary | 10010000 | 11010 | 1111111 | 0 | 1010010 | 1100 | 101100 | 100110101 | 1000101 | 100001 |
Color Harmonies of #901A7F
Complementary color
Monochromatic Colors of #901A7F
Black with #901A7F
Text Example
Text Example
White with #901A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A7F; }
p { color: rgb(144,26,127); }
H1.HeaderClassName
{
color: #901A7F;
}
.AnyTagClassName
{
color: #901A7F;
}
</style>
background-color css
<style>
a { background-color: #901A7F; }
a { background-color: rgb(144,26,127); }
div.DivClassName
{
background-color: #901A7F;
}
.BgClassName
{
background-color: #901A7F;
}
</style>
border-color css
<style>
span { border-color: #901A7F; }
span { border-color: rgb(144,26,127); }
td.TdClassName
{
border-color: #901A7F;
}
.TagClassName
{
border-color: #901A7F;
}
</style>