Shades of Dark Purple #90356E
Tints of Dark Purple #90356E
RGB
CMYK
RGB Variations
Color information
#90356E (or 0x90356E) is known color: Dark Purple. HEX triplet: 90, 35 and 6E. RGB value is (144,53,110). Sum of RGB (Red+Green+Blue) = 144+53+110=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90356E is #6FCA91. Grayscale: #565656. Windows color (decimal): -7326354 or 7222672. OLE color: 7222672.
HSL color Cylindrical-coordinate representation of color #90356E: hue angle of 322.42º 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 #90356E is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 110 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.44 |
| HSL | 322.42º | 0.46% | 0.39% | - |
| HSV(B) | 322.42º | 0.63% | 0.56% | - |
| XYZ | 15.59 | 9.6 | 15.78 | - |
| YUV | 86.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 110 | 0 | 0.63 | 0.24 | 0.44 | 322.42 | 0.46 | 0.39 |
| Hex | 90 | 35 | 6E | 0 | 3F | 18 | 2C | 142 | 2E | 27 |
| Octal | 220 | 65 | 156 | 0 | 77 | 30 | 54 | 502 | 56 | 47 |
| Binary | 10010000 | 110101 | 1101110 | 0 | 111111 | 11000 | 101100 | 101000010 | 101110 | 100111 |
Color Harmonies of #90356E
Complementary color
Monochromatic Colors of #90356E
Black with #90356E
Text Example
Text Example
White with #90356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90356E; }
p { color: rgb(144,53,110); }
H1.HeaderClassName
{
color: #90356E;
}
.AnyTagClassName
{
color: #90356E;
}
</style>
background-color css
<style>
a { background-color: #90356E; }
a { background-color: rgb(144,53,110); }
div.DivClassName
{
background-color: #90356E;
}
.BgClassName
{
background-color: #90356E;
}
</style>
border-color css
<style>
span { border-color: #90356E; }
span { border-color: rgb(144,53,110); }
td.TdClassName
{
border-color: #90356E;
}
.TagClassName
{
border-color: #90356E;
}
</style>