Shades of Dark Purple #903A77
Tints of Dark Purple #903A77
RGB
CMYK
RGB Variations
Color information
#903A77 (or 0x903A77) is known color: Dark Purple. HEX triplet: 90, 3A and 77. RGB value is (144,58,119). Sum of RGB (Red+Green+Blue) = 144+58+119=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #903A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903A77 is #6FC588. Grayscale: #5A5A5A. Windows color (decimal): -7325065 or 7813776. OLE color: 7813776.
HSL color Cylindrical-coordinate representation of color #903A77: hue angle of 317.44º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #903A77 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 119 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.44 |
| HSL | 317.44º | 0.43% | 0.4% | - |
| HSV(B) | 317.44º | 0.6% | 0.56% | - |
| XYZ | 16.34 | 10.29 | 18.58 | - |
| YUV | 90.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 119 | 0 | 0.60 | 0.17 | 0.44 | 317.44 | 0.43 | 0.4 |
| Hex | 90 | 3A | 77 | 0 | 3C | 11 | 2C | 13D | 2B | 28 |
| Octal | 220 | 72 | 167 | 0 | 74 | 21 | 54 | 475 | 53 | 50 |
| Binary | 10010000 | 111010 | 1110111 | 0 | 111100 | 10001 | 101100 | 100111101 | 101011 | 101000 |
Color Harmonies of #903A77
Complementary color
Monochromatic Colors of #903A77
Black with #903A77
Text Example
Text Example
White with #903A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A77; }
p { color: rgb(144,58,119); }
H1.HeaderClassName
{
color: #903A77;
}
.AnyTagClassName
{
color: #903A77;
}
</style>
background-color css
<style>
a { background-color: #903A77; }
a { background-color: rgb(144,58,119); }
div.DivClassName
{
background-color: #903A77;
}
.BgClassName
{
background-color: #903A77;
}
</style>
border-color css
<style>
span { border-color: #903A77; }
span { border-color: rgb(144,58,119); }
td.TdClassName
{
border-color: #903A77;
}
.TagClassName
{
border-color: #903A77;
}
</style>