Shades of Dark Purple #90297C
Tints of Dark Purple #90297C
RGB
CMYK
RGB Variations
Color information
#90297C (or 0x90297C) is known color: Dark Purple. HEX triplet: 90, 29 and 7C. RGB value is (144,41,124). Sum of RGB (Red+Green+Blue) = 144+41+124=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #90297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90297C is #6FD683. Grayscale: #515151. Windows color (decimal): -7329412 or 8137104. OLE color: 8137104.
HSL color Cylindrical-coordinate representation of color #90297C: hue angle of 311.65º degrees, saturation: 0.56, 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 #90297C is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 41 | 124 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.44 |
| HSL | 311.65º | 0.56% | 0.36% | - |
| HSV(B) | 311.65º | 0.72% | 0.56% | - |
| XYZ | 15.93 | 8.97 | 19.96 | - |
| YUV | 81.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 124 | 0 | 0.72 | 0.14 | 0.44 | 311.65 | 0.56 | 0.36 |
| Hex | 90 | 29 | 7C | 0 | 48 | E | 2C | 138 | 38 | 24 |
| Octal | 220 | 51 | 174 | 0 | 110 | 16 | 54 | 470 | 70 | 44 |
| Binary | 10010000 | 101001 | 1111100 | 0 | 1001000 | 1110 | 101100 | 100111000 | 111000 | 100100 |
Color Harmonies of #90297C
Complementary color
Monochromatic Colors of #90297C
Black with #90297C
Text Example
Text Example
White with #90297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90297C; }
p { color: rgb(144,41,124); }
H1.HeaderClassName
{
color: #90297C;
}
.AnyTagClassName
{
color: #90297C;
}
</style>
background-color css
<style>
a { background-color: #90297C; }
a { background-color: rgb(144,41,124); }
div.DivClassName
{
background-color: #90297C;
}
.BgClassName
{
background-color: #90297C;
}
</style>
border-color css
<style>
span { border-color: #90297C; }
span { border-color: rgb(144,41,124); }
td.TdClassName
{
border-color: #90297C;
}
.TagClassName
{
border-color: #90297C;
}
</style>