Shades of Dark Purple #90357C
Tints of Dark Purple #90357C
RGB
CMYK
RGB Variations
Color information
#90357C (or 0x90357C) is known color: Dark Purple. HEX triplet: 90, 35 and 7C. RGB value is (144,53,124). Sum of RGB (Red+Green+Blue) = 144+53+124=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90357C is #6FCA83. Grayscale: #585858. Windows color (decimal): -7326340 or 8140176. OLE color: 8140176.
HSL color Cylindrical-coordinate representation of color #90357C: hue angle of 313.19º 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 #90357C is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 124 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.44 |
| HSL | 313.19º | 0.46% | 0.39% | - |
| HSV(B) | 313.19º | 0.63% | 0.56% | - |
| XYZ | 16.41 | 9.93 | 20.12 | - |
| YUV | 88.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 124 | 0 | 0.63 | 0.14 | 0.44 | 313.19 | 0.46 | 0.39 |
| Hex | 90 | 35 | 7C | 0 | 3F | E | 2C | 139 | 2E | 27 |
| Octal | 220 | 65 | 174 | 0 | 77 | 16 | 54 | 471 | 56 | 47 |
| Binary | 10010000 | 110101 | 1111100 | 0 | 111111 | 1110 | 101100 | 100111001 | 101110 | 100111 |
Color Harmonies of #90357C
Complementary color
Monochromatic Colors of #90357C
Black with #90357C
Text Example
Text Example
White with #90357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90357C; }
p { color: rgb(144,53,124); }
H1.HeaderClassName
{
color: #90357C;
}
.AnyTagClassName
{
color: #90357C;
}
</style>
background-color css
<style>
a { background-color: #90357C; }
a { background-color: rgb(144,53,124); }
div.DivClassName
{
background-color: #90357C;
}
.BgClassName
{
background-color: #90357C;
}
</style>
border-color css
<style>
span { border-color: #90357C; }
span { border-color: rgb(144,53,124); }
td.TdClassName
{
border-color: #90357C;
}
.TagClassName
{
border-color: #90357C;
}
</style>