Shades of Dark Purple #903781
Tints of Dark Purple #903781
RGB
CMYK
RGB Variations
Color information
#903781 (or 0x903781) is known color: Dark Purple. HEX triplet: 90, 37 and 81. RGB value is (144,55,129). Sum of RGB (Red+Green+Blue) = 144+55+129=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #903781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903781 is #6FC87E. Grayscale: #595959. Windows color (decimal): -7325823 or 8468368. OLE color: 8468368.
HSL color Cylindrical-coordinate representation of color #903781: hue angle of 310.11º 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 #903781 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 129 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.44 |
| HSL | 310.11º | 0.45% | 0.39% | - |
| HSV(B) | 310.11º | 0.62% | 0.56% | - |
| XYZ | 16.83 | 10.25 | 21.86 | - |
| YUV | 90.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 129 | 0 | 0.62 | 0.10 | 0.44 | 310.11 | 0.45 | 0.39 |
| Hex | 90 | 37 | 81 | 0 | 3E | A | 2C | 136 | 2D | 27 |
| Octal | 220 | 67 | 201 | 0 | 76 | 12 | 54 | 466 | 55 | 47 |
| Binary | 10010000 | 110111 | 10000001 | 0 | 111110 | 1010 | 101100 | 100110110 | 101101 | 100111 |
Color Harmonies of #903781
Complementary color
Monochromatic Colors of #903781
Black with #903781
Text Example
Text Example
White with #903781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903781; }
p { color: rgb(144,55,129); }
H1.HeaderClassName
{
color: #903781;
}
.AnyTagClassName
{
color: #903781;
}
</style>
background-color css
<style>
a { background-color: #903781; }
a { background-color: rgb(144,55,129); }
div.DivClassName
{
background-color: #903781;
}
.BgClassName
{
background-color: #903781;
}
</style>
border-color css
<style>
span { border-color: #903781; }
span { border-color: rgb(144,55,129); }
td.TdClassName
{
border-color: #903781;
}
.TagClassName
{
border-color: #903781;
}
</style>