Shades of Dark Purple #90137C
Tints of Dark Purple #90137C
RGB
CMYK
RGB Variations
Color information
#90137C (or 0x90137C) is known color: Dark Purple. HEX triplet: 90, 13 and 7C. RGB value is (144,19,124). Sum of RGB (Red+Green+Blue) = 144+19+124=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #90137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90137C is #6FEC83. Grayscale: #444444. Windows color (decimal): -7335044 or 8131472. OLE color: 8131472.
HSL color Cylindrical-coordinate representation of color #90137C: hue angle of 309.6º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90137C is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 124 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.44 |
| HSL | 309.6º | 0.77% | 0.32% | - |
| HSV(B) | 309.6º | 0.87% | 0.56% | - |
| XYZ | 15.37 | 7.85 | 19.77 | - |
| YUV | 68.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 124 | 0 | 0.87 | 0.14 | 0.44 | 309.6 | 0.77 | 0.32 |
| Hex | 90 | 13 | 7C | 0 | 57 | E | 2C | 136 | 4D | 20 |
| Octal | 220 | 23 | 174 | 0 | 127 | 16 | 54 | 466 | 115 | 40 |
| Binary | 10010000 | 10011 | 1111100 | 0 | 1010111 | 1110 | 101100 | 100110110 | 1001101 | 100000 |
Color Harmonies of #90137C
Complementary color
Monochromatic Colors of #90137C
Black with #90137C
Text Example
Text Example
White with #90137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90137C; }
p { color: rgb(144,19,124); }
H1.HeaderClassName
{
color: #90137C;
}
.AnyTagClassName
{
color: #90137C;
}
</style>
background-color css
<style>
a { background-color: #90137C; }
a { background-color: rgb(144,19,124); }
div.DivClassName
{
background-color: #90137C;
}
.BgClassName
{
background-color: #90137C;
}
</style>
border-color css
<style>
span { border-color: #90137C; }
span { border-color: rgb(144,19,124); }
td.TdClassName
{
border-color: #90137C;
}
.TagClassName
{
border-color: #90137C;
}
</style>