Shades of Dark Purple #90137A
Tints of Dark Purple #90137A
RGB
CMYK
RGB Variations
Color information
#90137A (or 0x90137A) is known color: Dark Purple. HEX triplet: 90, 13 and 7A. RGB value is (144,19,122). Sum of RGB (Red+Green+Blue) = 144+19+122=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #90137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90137A is #6FEC85. Grayscale: #434343. Windows color (decimal): -7335046 or 8000400. OLE color: 8000400.
HSL color Cylindrical-coordinate representation of color #90137A: hue angle of 310.56º 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 #90137A is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 122 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.44 |
| HSL | 310.56º | 0.77% | 0.32% | - |
| HSV(B) | 310.56º | 0.87% | 0.56% | - |
| XYZ | 15.25 | 7.8 | 19.11 | - |
| YUV | 68.12 | 158.41 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 122 | 0 | 0.87 | 0.15 | 0.44 | 310.56 | 0.77 | 0.32 |
| Hex | 90 | 13 | 7A | 0 | 57 | F | 2C | 137 | 4D | 20 |
| Octal | 220 | 23 | 172 | 0 | 127 | 17 | 54 | 467 | 115 | 40 |
| Binary | 10010000 | 10011 | 1111010 | 0 | 1010111 | 1111 | 101100 | 100110111 | 1001101 | 100000 |
Color Harmonies of #90137A
Complementary color
Monochromatic Colors of #90137A
Black with #90137A
Text Example
Text Example
White with #90137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90137A; }
p { color: rgb(144,19,122); }
H1.HeaderClassName
{
color: #90137A;
}
.AnyTagClassName
{
color: #90137A;
}
</style>
background-color css
<style>
a { background-color: #90137A; }
a { background-color: rgb(144,19,122); }
div.DivClassName
{
background-color: #90137A;
}
.BgClassName
{
background-color: #90137A;
}
</style>
border-color css
<style>
span { border-color: #90137A; }
span { border-color: rgb(144,19,122); }
td.TdClassName
{
border-color: #90137A;
}
.TagClassName
{
border-color: #90137A;
}
</style>