Shades of Dark Purple #90137B
Tints of Dark Purple #90137B
RGB
CMYK
RGB Variations
Color information
#90137B (or 0x90137B) is known color: Dark Purple. HEX triplet: 90, 13 and 7B. RGB value is (144,19,123). Sum of RGB (Red+Green+Blue) = 144+19+123=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #90137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90137B is #6FEC84. Grayscale: #434343. Windows color (decimal): -7335045 or 8065936. OLE color: 8065936.
HSL color Cylindrical-coordinate representation of color #90137B: hue angle of 310.08º 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 #90137B is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 123 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.44 |
| HSL | 310.08º | 0.77% | 0.32% | - |
| HSV(B) | 310.08º | 0.87% | 0.56% | - |
| XYZ | 15.31 | 7.83 | 19.44 | - |
| YUV | 68.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 123 | 0 | 0.87 | 0.15 | 0.44 | 310.08 | 0.77 | 0.32 |
| Hex | 90 | 13 | 7B | 0 | 57 | F | 2C | 136 | 4D | 20 |
| Octal | 220 | 23 | 173 | 0 | 127 | 17 | 54 | 466 | 115 | 40 |
| Binary | 10010000 | 10011 | 1111011 | 0 | 1010111 | 1111 | 101100 | 100110110 | 1001101 | 100000 |
Color Harmonies of #90137B
Complementary color
Monochromatic Colors of #90137B
Black with #90137B
Text Example
Text Example
White with #90137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90137B; }
p { color: rgb(144,19,123); }
H1.HeaderClassName
{
color: #90137B;
}
.AnyTagClassName
{
color: #90137B;
}
</style>
background-color css
<style>
a { background-color: #90137B; }
a { background-color: rgb(144,19,123); }
div.DivClassName
{
background-color: #90137B;
}
.BgClassName
{
background-color: #90137B;
}
</style>
border-color css
<style>
span { border-color: #90137B; }
span { border-color: rgb(144,19,123); }
td.TdClassName
{
border-color: #90137B;
}
.TagClassName
{
border-color: #90137B;
}
</style>