Shades of Dark Purple #903582
Tints of Dark Purple #903582
RGB
CMYK
RGB Variations
Color information
#903582 (or 0x903582) is known color: Dark Purple. HEX triplet: 90, 35 and 82. RGB value is (144,53,130). Sum of RGB (Red+Green+Blue) = 144+53+130=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #903582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903582 is #6FCA7D. Grayscale: #585858. Windows color (decimal): -7326334 or 8533392. OLE color: 8533392.
HSL color Cylindrical-coordinate representation of color #903582: hue angle of 309.23º 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 #903582 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 130 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.44 |
| HSL | 309.23º | 0.46% | 0.39% | - |
| HSV(B) | 309.23º | 0.63% | 0.56% | - |
| XYZ | 16.8 | 10.09 | 22.18 | - |
| YUV | 88.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 130 | 0 | 0.63 | 0.10 | 0.44 | 309.23 | 0.46 | 0.39 |
| Hex | 90 | 35 | 82 | 0 | 3F | A | 2C | 135 | 2E | 27 |
| Octal | 220 | 65 | 202 | 0 | 77 | 12 | 54 | 465 | 56 | 47 |
| Binary | 10010000 | 110101 | 10000010 | 0 | 111111 | 1010 | 101100 | 100110101 | 101110 | 100111 |
Color Harmonies of #903582
Complementary color
Monochromatic Colors of #903582
Black with #903582
Text Example
Text Example
White with #903582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903582; }
p { color: rgb(144,53,130); }
H1.HeaderClassName
{
color: #903582;
}
.AnyTagClassName
{
color: #903582;
}
</style>
background-color css
<style>
a { background-color: #903582; }
a { background-color: rgb(144,53,130); }
div.DivClassName
{
background-color: #903582;
}
.BgClassName
{
background-color: #903582;
}
</style>
border-color css
<style>
span { border-color: #903582; }
span { border-color: rgb(144,53,130); }
td.TdClassName
{
border-color: #903582;
}
.TagClassName
{
border-color: #903582;
}
</style>