Shades of Dark Purple #903A78
Tints of Dark Purple #903A78
RGB
CMYK
RGB Variations
Color information
#903A78 (or 0x903A78) is known color: Dark Purple. HEX triplet: 90, 3A and 78. RGB value is (144,58,120). Sum of RGB (Red+Green+Blue) = 144+58+120=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #903A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903A78 is #6FC587. Grayscale: #5A5A5A. Windows color (decimal): -7325064 or 7879312. OLE color: 7879312.
HSL color Cylindrical-coordinate representation of color #903A78: hue angle of 316.74º 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 #903A78 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 120 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.44 |
| HSL | 316.74º | 0.43% | 0.4% | - |
| HSV(B) | 316.74º | 0.6% | 0.56% | - |
| XYZ | 16.4 | 10.31 | 18.89 | - |
| YUV | 90.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 120 | 0 | 0.60 | 0.17 | 0.44 | 316.74 | 0.43 | 0.4 |
| Hex | 90 | 3A | 78 | 0 | 3C | 11 | 2C | 13D | 2B | 28 |
| Octal | 220 | 72 | 170 | 0 | 74 | 21 | 54 | 475 | 53 | 50 |
| Binary | 10010000 | 111010 | 1111000 | 0 | 111100 | 10001 | 101100 | 100111101 | 101011 | 101000 |
Color Harmonies of #903A78
Complementary color
Monochromatic Colors of #903A78
Black with #903A78
Text Example
Text Example
White with #903A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A78; }
p { color: rgb(144,58,120); }
H1.HeaderClassName
{
color: #903A78;
}
.AnyTagClassName
{
color: #903A78;
}
</style>
background-color css
<style>
a { background-color: #903A78; }
a { background-color: rgb(144,58,120); }
div.DivClassName
{
background-color: #903A78;
}
.BgClassName
{
background-color: #903A78;
}
</style>
border-color css
<style>
span { border-color: #903A78; }
span { border-color: rgb(144,58,120); }
td.TdClassName
{
border-color: #903A78;
}
.TagClassName
{
border-color: #903A78;
}
</style>