Shades of Dark Purple #90127F
Tints of Dark Purple #90127F
RGB
CMYK
RGB Variations
Color information
#90127F (or 0x90127F) is known color: Dark Purple. HEX triplet: 90, 12 and 7F. RGB value is (144,18,127). Sum of RGB (Red+Green+Blue) = 144+18+127=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90127F is #6FED80. Grayscale: #434343. Windows color (decimal): -7335297 or 8327824. OLE color: 8327824.
HSL color Cylindrical-coordinate representation of color #90127F: hue angle of 308.1º 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 #90127F is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 127 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.44 |
| HSL | 308.1º | 0.78% | 0.32% | - |
| HSV(B) | 308.1º | 0.88% | 0.56% | - |
| XYZ | 15.55 | 7.89 | 20.78 | - |
| YUV | 68.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 127 | 0 | 0.88 | 0.12 | 0.44 | 308.1 | 0.78 | 0.32 |
| Hex | 90 | 12 | 7F | 0 | 58 | C | 2C | 134 | 4E | 20 |
| Octal | 220 | 22 | 177 | 0 | 130 | 14 | 54 | 464 | 116 | 40 |
| Binary | 10010000 | 10010 | 1111111 | 0 | 1011000 | 1100 | 101100 | 100110100 | 1001110 | 100000 |
Color Harmonies of #90127F
Complementary color
Monochromatic Colors of #90127F
Black with #90127F
Text Example
Text Example
White with #90127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90127F; }
p { color: rgb(144,18,127); }
H1.HeaderClassName
{
color: #90127F;
}
.AnyTagClassName
{
color: #90127F;
}
</style>
background-color css
<style>
a { background-color: #90127F; }
a { background-color: rgb(144,18,127); }
div.DivClassName
{
background-color: #90127F;
}
.BgClassName
{
background-color: #90127F;
}
</style>
border-color css
<style>
span { border-color: #90127F; }
span { border-color: rgb(144,18,127); }
td.TdClassName
{
border-color: #90127F;
}
.TagClassName
{
border-color: #90127F;
}
</style>