Shades of Dark Purple #90288D
Tints of Dark Purple #90288D
RGB
CMYK
RGB Variations
Color information
#90288D (or 0x90288D) is known color: Dark Purple. HEX triplet: 90, 28 and 8D. RGB value is (144,40,141). Sum of RGB (Red+Green+Blue) = 144+40+141=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #90288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90288D is #6FD772. Grayscale: #525252. Windows color (decimal): -7329651 or 9250960. OLE color: 9250960.
HSL color Cylindrical-coordinate representation of color #90288D: hue angle of 301.73º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90288D is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 141 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.44 |
| HSL | 301.73º | 0.57% | 0.36% | - |
| HSV(B) | 301.73º | 0.72% | 0.56% | - |
| XYZ | 17.07 | 9.37 | 26.11 | - |
| YUV | 82.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 141 | 0 | 0.72 | 0.02 | 0.44 | 301.73 | 0.57 | 0.36 |
| Hex | 90 | 28 | 8D | 0 | 48 | 2 | 2C | 12E | 39 | 24 |
| Octal | 220 | 50 | 215 | 0 | 110 | 2 | 54 | 456 | 71 | 44 |
| Binary | 10010000 | 101000 | 10001101 | 0 | 1001000 | 10 | 101100 | 100101110 | 111001 | 100100 |
Color Harmonies of #90288D
Complementary color
Monochromatic Colors of #90288D
Black with #90288D
Text Example
Text Example
White with #90288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90288D; }
p { color: rgb(144,40,141); }
H1.HeaderClassName
{
color: #90288D;
}
.AnyTagClassName
{
color: #90288D;
}
</style>
background-color css
<style>
a { background-color: #90288D; }
a { background-color: rgb(144,40,141); }
div.DivClassName
{
background-color: #90288D;
}
.BgClassName
{
background-color: #90288D;
}
</style>
border-color css
<style>
span { border-color: #90288D; }
span { border-color: rgb(144,40,141); }
td.TdClassName
{
border-color: #90288D;
}
.TagClassName
{
border-color: #90288D;
}
</style>