Shades of Dark Purple #903778
Tints of Dark Purple #903778
RGB
CMYK
RGB Variations
Color information
#903778 (or 0x903778) is known color: Dark Purple. HEX triplet: 90, 37 and 78. RGB value is (144,55,120). Sum of RGB (Red+Green+Blue) = 144+55+120=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #903778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903778 is #6FC887. Grayscale: #585858. Windows color (decimal): -7325832 or 7878544. OLE color: 7878544.
HSL color Cylindrical-coordinate representation of color #903778: hue angle of 316.18º 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 #903778 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 120 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.44 |
| HSL | 316.18º | 0.45% | 0.39% | - |
| HSV(B) | 316.18º | 0.62% | 0.56% | - |
| XYZ | 16.26 | 10.02 | 18.85 | - |
| YUV | 89.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 120 | 0 | 0.62 | 0.17 | 0.44 | 316.18 | 0.45 | 0.39 |
| Hex | 90 | 37 | 78 | 0 | 3E | 11 | 2C | 13C | 2D | 27 |
| Octal | 220 | 67 | 170 | 0 | 76 | 21 | 54 | 474 | 55 | 47 |
| Binary | 10010000 | 110111 | 1111000 | 0 | 111110 | 10001 | 101100 | 100111100 | 101101 | 100111 |
Color Harmonies of #903778
Complementary color
Monochromatic Colors of #903778
Black with #903778
Text Example
Text Example
White with #903778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903778; }
p { color: rgb(144,55,120); }
H1.HeaderClassName
{
color: #903778;
}
.AnyTagClassName
{
color: #903778;
}
</style>
background-color css
<style>
a { background-color: #903778; }
a { background-color: rgb(144,55,120); }
div.DivClassName
{
background-color: #903778;
}
.BgClassName
{
background-color: #903778;
}
</style>
border-color css
<style>
span { border-color: #903778; }
span { border-color: rgb(144,55,120); }
td.TdClassName
{
border-color: #903778;
}
.TagClassName
{
border-color: #903778;
}
</style>