Shades of Dark Purple #903773
Tints of Dark Purple #903773
RGB
CMYK
RGB Variations
Color information
#903773 (or 0x903773) is known color: Dark Purple. HEX triplet: 90, 37 and 73. RGB value is (144,55,115). Sum of RGB (Red+Green+Blue) = 144+55+115=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #903773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903773 is #6FC88C. Grayscale: #585858. Windows color (decimal): -7325837 or 7550864. OLE color: 7550864.
HSL color Cylindrical-coordinate representation of color #903773: hue angle of 319.55º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #903773 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 115 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.44 |
| HSL | 319.55º | 0.45% | 0.39% | - |
| HSV(B) | 319.55º | 0.62% | 0.56% | - |
| XYZ | 15.96 | 9.9 | 17.29 | - |
| YUV | 88.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 115 | 0 | 0.62 | 0.20 | 0.44 | 319.55 | 0.45 | 0.39 |
| Hex | 90 | 37 | 73 | 0 | 3E | 14 | 2C | 140 | 2D | 27 |
| Octal | 220 | 67 | 163 | 0 | 76 | 24 | 54 | 500 | 55 | 47 |
| Binary | 10010000 | 110111 | 1110011 | 0 | 111110 | 10100 | 101100 | 101000000 | 101101 | 100111 |
Color Harmonies of #903773
Complementary color
Monochromatic Colors of #903773
Black with #903773
Text Example
Text Example
White with #903773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903773; }
p { color: rgb(144,55,115); }
H1.HeaderClassName
{
color: #903773;
}
.AnyTagClassName
{
color: #903773;
}
</style>
background-color css
<style>
a { background-color: #903773; }
a { background-color: rgb(144,55,115); }
div.DivClassName
{
background-color: #903773;
}
.BgClassName
{
background-color: #903773;
}
</style>
border-color css
<style>
span { border-color: #903773; }
span { border-color: rgb(144,55,115); }
td.TdClassName
{
border-color: #903773;
}
.TagClassName
{
border-color: #903773;
}
</style>