Shades of Dark Purple #903776
Tints of Dark Purple #903776
RGB
CMYK
RGB Variations
Color information
#903776 (or 0x903776) is known color: Dark Purple. HEX triplet: 90, 37 and 76. RGB value is (144,55,118). Sum of RGB (Red+Green+Blue) = 144+55+118=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #903776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903776 is #6FC889. Grayscale: #585858. Windows color (decimal): -7325834 or 7747472. OLE color: 7747472.
HSL color Cylindrical-coordinate representation of color #903776: hue angle of 317.53º 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 #903776 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 118 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.44 |
| HSL | 317.53º | 0.45% | 0.39% | - |
| HSV(B) | 317.53º | 0.62% | 0.56% | - |
| XYZ | 16.14 | 9.97 | 18.21 | - |
| YUV | 88.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 118 | 0 | 0.62 | 0.18 | 0.44 | 317.53 | 0.45 | 0.39 |
| Hex | 90 | 37 | 76 | 0 | 3E | 12 | 2C | 13E | 2D | 27 |
| Octal | 220 | 67 | 166 | 0 | 76 | 22 | 54 | 476 | 55 | 47 |
| Binary | 10010000 | 110111 | 1110110 | 0 | 111110 | 10010 | 101100 | 100111110 | 101101 | 100111 |
Color Harmonies of #903776
Complementary color
Monochromatic Colors of #903776
Black with #903776
Text Example
Text Example
White with #903776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903776; }
p { color: rgb(144,55,118); }
H1.HeaderClassName
{
color: #903776;
}
.AnyTagClassName
{
color: #903776;
}
</style>
background-color css
<style>
a { background-color: #903776; }
a { background-color: rgb(144,55,118); }
div.DivClassName
{
background-color: #903776;
}
.BgClassName
{
background-color: #903776;
}
</style>
border-color css
<style>
span { border-color: #903776; }
span { border-color: rgb(144,55,118); }
td.TdClassName
{
border-color: #903776;
}
.TagClassName
{
border-color: #903776;
}
</style>