Shades of Dark Purple #903585
Tints of Dark Purple #903585
RGB
CMYK
RGB Variations
Color information
#903585 (or 0x903585) is known color: Dark Purple. HEX triplet: 90, 35 and 85. RGB value is (144,53,133). Sum of RGB (Red+Green+Blue) = 144+53+133=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #903585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903585 is #6FCA7A. Grayscale: #595959. Windows color (decimal): -7326331 or 8730000. OLE color: 8730000.
HSL color Cylindrical-coordinate representation of color #903585: hue angle of 307.25º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #903585 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 133 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.44 |
| HSL | 307.25º | 0.46% | 0.39% | - |
| HSV(B) | 307.25º | 0.63% | 0.56% | - |
| XYZ | 17.01 | 10.17 | 23.26 | - |
| YUV | 89.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 133 | 0 | 0.63 | 0.08 | 0.44 | 307.25 | 0.46 | 0.39 |
| Hex | 90 | 35 | 85 | 0 | 3F | 8 | 2C | 133 | 2E | 27 |
| Octal | 220 | 65 | 205 | 0 | 77 | 10 | 54 | 463 | 56 | 47 |
| Binary | 10010000 | 110101 | 10000101 | 0 | 111111 | 1000 | 101100 | 100110011 | 101110 | 100111 |
Color Harmonies of #903585
Complementary color
Monochromatic Colors of #903585
Black with #903585
Text Example
Text Example
White with #903585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903585; }
p { color: rgb(144,53,133); }
H1.HeaderClassName
{
color: #903585;
}
.AnyTagClassName
{
color: #903585;
}
</style>
background-color css
<style>
a { background-color: #903585; }
a { background-color: rgb(144,53,133); }
div.DivClassName
{
background-color: #903585;
}
.BgClassName
{
background-color: #903585;
}
</style>
border-color css
<style>
span { border-color: #903585; }
span { border-color: rgb(144,53,133); }
td.TdClassName
{
border-color: #903585;
}
.TagClassName
{
border-color: #903585;
}
</style>