Shades of Dark Purple #903880
Tints of Dark Purple #903880
RGB
CMYK
RGB Variations
Color information
#903880 (or 0x903880) is known color: Dark Purple. HEX triplet: 90, 38 and 80. RGB value is (144,56,128). Sum of RGB (Red+Green+Blue) = 144+56+128=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #903880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903880 is #6FC77F. Grayscale: #5A5A5A. Windows color (decimal): -7325568 or 8403088. OLE color: 8403088.
HSL color Cylindrical-coordinate representation of color #903880: hue angle of 310.91º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #903880 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 128 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.44 |
| HSL | 310.91º | 0.44% | 0.39% | - |
| HSV(B) | 310.91º | 0.61% | 0.56% | - |
| XYZ | 16.81 | 10.32 | 21.53 | - |
| YUV | 90.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 128 | 0 | 0.61 | 0.11 | 0.44 | 310.91 | 0.44 | 0.39 |
| Hex | 90 | 38 | 80 | 0 | 3D | B | 2C | 137 | 2C | 27 |
| Octal | 220 | 70 | 200 | 0 | 75 | 13 | 54 | 467 | 54 | 47 |
| Binary | 10010000 | 111000 | 10000000 | 0 | 111101 | 1011 | 101100 | 100110111 | 101100 | 100111 |
Color Harmonies of #903880
Complementary color
Monochromatic Colors of #903880
Black with #903880
Text Example
Text Example
White with #903880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903880; }
p { color: rgb(144,56,128); }
H1.HeaderClassName
{
color: #903880;
}
.AnyTagClassName
{
color: #903880;
}
</style>
background-color css
<style>
a { background-color: #903880; }
a { background-color: rgb(144,56,128); }
div.DivClassName
{
background-color: #903880;
}
.BgClassName
{
background-color: #903880;
}
</style>
border-color css
<style>
span { border-color: #903880; }
span { border-color: rgb(144,56,128); }
td.TdClassName
{
border-color: #903880;
}
.TagClassName
{
border-color: #903880;
}
</style>