Shades of Dark Purple #903A83
Tints of Dark Purple #903A83
RGB
CMYK
RGB Variations
Color information
#903A83 (or 0x903A83) is known color: Dark Purple. HEX triplet: 90, 3A and 83. RGB value is (144,58,131). Sum of RGB (Red+Green+Blue) = 144+58+131=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #903A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903A83 is #6FC57C. Grayscale: #5B5B5B. Windows color (decimal): -7325053 or 8600208. OLE color: 8600208.
HSL color Cylindrical-coordinate representation of color #903A83: hue angle of 309.07º 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 #903A83 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 131 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.44 |
| HSL | 309.07º | 0.43% | 0.4% | - |
| HSV(B) | 309.07º | 0.6% | 0.56% | - |
| XYZ | 17.11 | 10.59 | 22.62 | - |
| YUV | 92.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 131 | 0 | 0.60 | 0.09 | 0.44 | 309.07 | 0.43 | 0.4 |
| Hex | 90 | 3A | 83 | 0 | 3C | 9 | 2C | 135 | 2B | 28 |
| Octal | 220 | 72 | 203 | 0 | 74 | 11 | 54 | 465 | 53 | 50 |
| Binary | 10010000 | 111010 | 10000011 | 0 | 111100 | 1001 | 101100 | 100110101 | 101011 | 101000 |
Color Harmonies of #903A83
Complementary color
Monochromatic Colors of #903A83
Black with #903A83
Text Example
Text Example
White with #903A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A83; }
p { color: rgb(144,58,131); }
H1.HeaderClassName
{
color: #903A83;
}
.AnyTagClassName
{
color: #903A83;
}
</style>
background-color css
<style>
a { background-color: #903A83; }
a { background-color: rgb(144,58,131); }
div.DivClassName
{
background-color: #903A83;
}
.BgClassName
{
background-color: #903A83;
}
</style>
border-color css
<style>
span { border-color: #903A83; }
span { border-color: rgb(144,58,131); }
td.TdClassName
{
border-color: #903A83;
}
.TagClassName
{
border-color: #903A83;
}
</style>