Shades of Dark Purple #90137F
Tints of Dark Purple #90137F
RGB
CMYK
RGB Variations
Color information
#90137F (or 0x90137F) is known color: Dark Purple. HEX triplet: 90, 13 and 7F. RGB value is (144,19,127). Sum of RGB (Red+Green+Blue) = 144+19+127=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90137F is #6FEC80. Grayscale: #444444. Windows color (decimal): -7335041 or 8328080. OLE color: 8328080.
HSL color Cylindrical-coordinate representation of color #90137F: hue angle of 308.16º 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 #90137F is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 127 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.44 |
| HSL | 308.16º | 0.77% | 0.32% | - |
| HSV(B) | 308.16º | 0.87% | 0.56% | - |
| XYZ | 15.57 | 7.93 | 20.79 | - |
| YUV | 68.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 127 | 0 | 0.87 | 0.12 | 0.44 | 308.16 | 0.77 | 0.32 |
| Hex | 90 | 13 | 7F | 0 | 57 | C | 2C | 134 | 4D | 20 |
| Octal | 220 | 23 | 177 | 0 | 127 | 14 | 54 | 464 | 115 | 40 |
| Binary | 10010000 | 10011 | 1111111 | 0 | 1010111 | 1100 | 101100 | 100110100 | 1001101 | 100000 |
Color Harmonies of #90137F
Complementary color
Monochromatic Colors of #90137F
Black with #90137F
Text Example
Text Example
White with #90137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90137F; }
p { color: rgb(144,19,127); }
H1.HeaderClassName
{
color: #90137F;
}
.AnyTagClassName
{
color: #90137F;
}
</style>
background-color css
<style>
a { background-color: #90137F; }
a { background-color: rgb(144,19,127); }
div.DivClassName
{
background-color: #90137F;
}
.BgClassName
{
background-color: #90137F;
}
</style>
border-color css
<style>
span { border-color: #90137F; }
span { border-color: rgb(144,19,127); }
td.TdClassName
{
border-color: #90137F;
}
.TagClassName
{
border-color: #90137F;
}
</style>