Shades of Dark Purple #90137E
Tints of Dark Purple #90137E
RGB
CMYK
RGB Variations
Color information
#90137E (or 0x90137E) is known color: Dark Purple. HEX triplet: 90, 13 and 7E. RGB value is (144,19,126). Sum of RGB (Red+Green+Blue) = 144+19+126=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90137E is #6FEC81. Grayscale: #444444. Windows color (decimal): -7335042 or 8262544. OLE color: 8262544.
HSL color Cylindrical-coordinate representation of color #90137E: hue angle of 308.64º 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 #90137E is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 126 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.44 |
| HSL | 308.64º | 0.77% | 0.32% | - |
| HSV(B) | 308.64º | 0.87% | 0.56% | - |
| XYZ | 15.5 | 7.9 | 20.45 | - |
| YUV | 68.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 126 | 0 | 0.87 | 0.12 | 0.44 | 308.64 | 0.77 | 0.32 |
| Hex | 90 | 13 | 7E | 0 | 57 | C | 2C | 135 | 4D | 20 |
| Octal | 220 | 23 | 176 | 0 | 127 | 14 | 54 | 465 | 115 | 40 |
| Binary | 10010000 | 10011 | 1111110 | 0 | 1010111 | 1100 | 101100 | 100110101 | 1001101 | 100000 |
Color Harmonies of #90137E
Complementary color
Monochromatic Colors of #90137E
Black with #90137E
Text Example
Text Example
White with #90137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90137E; }
p { color: rgb(144,19,126); }
H1.HeaderClassName
{
color: #90137E;
}
.AnyTagClassName
{
color: #90137E;
}
</style>
background-color css
<style>
a { background-color: #90137E; }
a { background-color: rgb(144,19,126); }
div.DivClassName
{
background-color: #90137E;
}
.BgClassName
{
background-color: #90137E;
}
</style>
border-color css
<style>
span { border-color: #90137E; }
span { border-color: rgb(144,19,126); }
td.TdClassName
{
border-color: #90137E;
}
.TagClassName
{
border-color: #90137E;
}
</style>