Shades of Dark Purple #903E77
Tints of Dark Purple #903E77
RGB
CMYK
RGB Variations
Color information
#903E77 (or 0x903E77) is known color: Dark Purple. HEX triplet: 90, 3E and 77. RGB value is (144,62,119). Sum of RGB (Red+Green+Blue) = 144+62+119=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #903E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903E77 is #6FC188. Grayscale: #5C5C5C. Windows color (decimal): -7324041 or 7814800. OLE color: 7814800.
HSL color Cylindrical-coordinate representation of color #903E77: hue angle of 318.29º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #903E77 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 62 | 119 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.44 |
| HSL | 318.29º | 0.4% | 0.4% | - |
| HSV(B) | 318.29º | 0.57% | 0.56% | - |
| XYZ | 16.55 | 10.71 | 18.65 | - |
| YUV | 93.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 62 | 119 | 0 | 0.57 | 0.17 | 0.44 | 318.29 | 0.4 | 0.4 |
| Hex | 90 | 3E | 77 | 0 | 39 | 11 | 2C | 13E | 28 | 28 |
| Octal | 220 | 76 | 167 | 0 | 71 | 21 | 54 | 476 | 50 | 50 |
| Binary | 10010000 | 111110 | 1110111 | 0 | 111001 | 10001 | 101100 | 100111110 | 101000 | 101000 |
Color Harmonies of #903E77
Complementary color
Monochromatic Colors of #903E77
Black with #903E77
Text Example
Text Example
White with #903E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903E77; }
p { color: rgb(144,62,119); }
H1.HeaderClassName
{
color: #903E77;
}
.AnyTagClassName
{
color: #903E77;
}
</style>
background-color css
<style>
a { background-color: #903E77; }
a { background-color: rgb(144,62,119); }
div.DivClassName
{
background-color: #903E77;
}
.BgClassName
{
background-color: #903E77;
}
</style>
border-color css
<style>
span { border-color: #903E77; }
span { border-color: rgb(144,62,119); }
td.TdClassName
{
border-color: #903E77;
}
.TagClassName
{
border-color: #903E77;
}
</style>