Shades of Dark Purple #903475
Tints of Dark Purple #903475
RGB
CMYK
RGB Variations
Color information
#903475 (or 0x903475) is known color: Dark Purple. HEX triplet: 90, 34 and 75. RGB value is (144,52,117). Sum of RGB (Red+Green+Blue) = 144+52+117=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #903475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903475 is #6FCB8A. Grayscale: #565656. Windows color (decimal): -7326603 or 7681168. OLE color: 7681168.
HSL color Cylindrical-coordinate representation of color #903475: hue angle of 317.61º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #903475 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 117 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.44 |
| HSL | 317.61º | 0.47% | 0.38% | - |
| HSV(B) | 317.61º | 0.64% | 0.56% | - |
| XYZ | 15.94 | 9.67 | 17.86 | - |
| YUV | 86.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 117 | 0 | 0.64 | 0.19 | 0.44 | 317.61 | 0.47 | 0.38 |
| Hex | 90 | 34 | 75 | 0 | 40 | 13 | 2C | 13E | 2F | 26 |
| Octal | 220 | 64 | 165 | 0 | 100 | 23 | 54 | 476 | 57 | 46 |
| Binary | 10010000 | 110100 | 1110101 | 0 | 1000000 | 10011 | 101100 | 100111110 | 101111 | 100110 |
Color Harmonies of #903475
Complementary color
Monochromatic Colors of #903475
Black with #903475
Text Example
Text Example
White with #903475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903475; }
p { color: rgb(144,52,117); }
H1.HeaderClassName
{
color: #903475;
}
.AnyTagClassName
{
color: #903475;
}
</style>
background-color css
<style>
a { background-color: #903475; }
a { background-color: rgb(144,52,117); }
div.DivClassName
{
background-color: #903475;
}
.BgClassName
{
background-color: #903475;
}
</style>
border-color css
<style>
span { border-color: #903475; }
span { border-color: rgb(144,52,117); }
td.TdClassName
{
border-color: #903475;
}
.TagClassName
{
border-color: #903475;
}
</style>