Shades of Dark Purple #90126F
Tints of Dark Purple #90126F
RGB
CMYK
RGB Variations
Color information
#90126F (or 0x90126F) is known color: Dark Purple. HEX triplet: 90, 12 and 6F. RGB value is (144,18,111). Sum of RGB (Red+Green+Blue) = 144+18+111=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90126F is #6FED90. Grayscale: #424242. Windows color (decimal): -7335313 or 7279248. OLE color: 7279248.
HSL color Cylindrical-coordinate representation of color #90126F: hue angle of 315.71º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90126F is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 111 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.44 |
| HSL | 315.71º | 0.78% | 0.32% | - |
| HSV(B) | 315.71º | 0.88% | 0.56% | - |
| XYZ | 14.59 | 7.51 | 15.72 | - |
| YUV | 66.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 111 | 0 | 0.88 | 0.23 | 0.44 | 315.71 | 0.78 | 0.32 |
| Hex | 90 | 12 | 6F | 0 | 58 | 17 | 2C | 13C | 4E | 20 |
| Octal | 220 | 22 | 157 | 0 | 130 | 27 | 54 | 474 | 116 | 40 |
| Binary | 10010000 | 10010 | 1101111 | 0 | 1011000 | 10111 | 101100 | 100111100 | 1001110 | 100000 |
Color Harmonies of #90126F
Complementary color
Monochromatic Colors of #90126F
Black with #90126F
Text Example
Text Example
White with #90126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90126F; }
p { color: rgb(144,18,111); }
H1.HeaderClassName
{
color: #90126F;
}
.AnyTagClassName
{
color: #90126F;
}
</style>
background-color css
<style>
a { background-color: #90126F; }
a { background-color: rgb(144,18,111); }
div.DivClassName
{
background-color: #90126F;
}
.BgClassName
{
background-color: #90126F;
}
</style>
border-color css
<style>
span { border-color: #90126F; }
span { border-color: rgb(144,18,111); }
td.TdClassName
{
border-color: #90126F;
}
.TagClassName
{
border-color: #90126F;
}
</style>