Shades of Dark Purple #903775
Tints of Dark Purple #903775
RGB
CMYK
RGB Variations
Color information
#903775 (or 0x903775) is known color: Dark Purple. HEX triplet: 90, 37 and 75. RGB value is (144,55,117). Sum of RGB (Red+Green+Blue) = 144+55+117=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #903775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903775 is #6FC88A. Grayscale: #585858. Windows color (decimal): -7325835 or 7681936. OLE color: 7681936.
HSL color Cylindrical-coordinate representation of color #903775: hue angle of 318.2º 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 #903775 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 117 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.44 |
| HSL | 318.2º | 0.45% | 0.39% | - |
| HSV(B) | 318.2º | 0.62% | 0.56% | - |
| XYZ | 16.08 | 9.95 | 17.9 | - |
| YUV | 88.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 117 | 0 | 0.62 | 0.19 | 0.44 | 318.2 | 0.45 | 0.39 |
| Hex | 90 | 37 | 75 | 0 | 3E | 13 | 2C | 13E | 2D | 27 |
| Octal | 220 | 67 | 165 | 0 | 76 | 23 | 54 | 476 | 55 | 47 |
| Binary | 10010000 | 110111 | 1110101 | 0 | 111110 | 10011 | 101100 | 100111110 | 101101 | 100111 |
Color Harmonies of #903775
Complementary color
Monochromatic Colors of #903775
Black with #903775
Text Example
Text Example
White with #903775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903775; }
p { color: rgb(144,55,117); }
H1.HeaderClassName
{
color: #903775;
}
.AnyTagClassName
{
color: #903775;
}
</style>
background-color css
<style>
a { background-color: #903775; }
a { background-color: rgb(144,55,117); }
div.DivClassName
{
background-color: #903775;
}
.BgClassName
{
background-color: #903775;
}
</style>
border-color css
<style>
span { border-color: #903775; }
span { border-color: rgb(144,55,117); }
td.TdClassName
{
border-color: #903775;
}
.TagClassName
{
border-color: #903775;
}
</style>