Shades of Dark Purple #90356F
Tints of Dark Purple #90356F
RGB
CMYK
RGB Variations
Color information
#90356F (or 0x90356F) is known color: Dark Purple. HEX triplet: 90, 35 and 6F. RGB value is (144,53,111). Sum of RGB (Red+Green+Blue) = 144+53+111=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90356F is #6FCA90. Grayscale: #565656. Windows color (decimal): -7326353 or 7288208. OLE color: 7288208.
HSL color Cylindrical-coordinate representation of color #90356F: hue angle of 321.76º 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 #90356F is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 111 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.44 |
| HSL | 321.76º | 0.46% | 0.39% | - |
| HSV(B) | 321.76º | 0.63% | 0.56% | - |
| XYZ | 15.64 | 9.62 | 16.07 | - |
| YUV | 86.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 111 | 0 | 0.63 | 0.23 | 0.44 | 321.76 | 0.46 | 0.39 |
| Hex | 90 | 35 | 6F | 0 | 3F | 17 | 2C | 142 | 2E | 27 |
| Octal | 220 | 65 | 157 | 0 | 77 | 27 | 54 | 502 | 56 | 47 |
| Binary | 10010000 | 110101 | 1101111 | 0 | 111111 | 10111 | 101100 | 101000010 | 101110 | 100111 |
Color Harmonies of #90356F
Complementary color
Monochromatic Colors of #90356F
Black with #90356F
Text Example
Text Example
White with #90356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90356F; }
p { color: rgb(144,53,111); }
H1.HeaderClassName
{
color: #90356F;
}
.AnyTagClassName
{
color: #90356F;
}
</style>
background-color css
<style>
a { background-color: #90356F; }
a { background-color: rgb(144,53,111); }
div.DivClassName
{
background-color: #90356F;
}
.BgClassName
{
background-color: #90356F;
}
</style>
border-color css
<style>
span { border-color: #90356F; }
span { border-color: rgb(144,53,111); }
td.TdClassName
{
border-color: #90356F;
}
.TagClassName
{
border-color: #90356F;
}
</style>