Shades of Dark Purple #90127A
Tints of Dark Purple #90127A
RGB
CMYK
RGB Variations
Color information
#90127A (or 0x90127A) is known color: Dark Purple. HEX triplet: 90, 12 and 7A. RGB value is (144,18,122). Sum of RGB (Red+Green+Blue) = 144+18+122=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #90127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90127A is #6FED85. Grayscale: #434343. Windows color (decimal): -7335302 or 8000144. OLE color: 8000144.
HSL color Cylindrical-coordinate representation of color #90127A: hue angle of 310.48º 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 #90127A is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 122 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.44 |
| HSL | 310.48º | 0.78% | 0.32% | - |
| HSV(B) | 310.48º | 0.88% | 0.56% | - |
| XYZ | 15.23 | 7.77 | 19.11 | - |
| YUV | 67.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 122 | 0 | 0.88 | 0.15 | 0.44 | 310.48 | 0.78 | 0.32 |
| Hex | 90 | 12 | 7A | 0 | 58 | F | 2C | 136 | 4E | 20 |
| Octal | 220 | 22 | 172 | 0 | 130 | 17 | 54 | 466 | 116 | 40 |
| Binary | 10010000 | 10010 | 1111010 | 0 | 1011000 | 1111 | 101100 | 100110110 | 1001110 | 100000 |
Color Harmonies of #90127A
Complementary color
Monochromatic Colors of #90127A
Black with #90127A
Text Example
Text Example
White with #90127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90127A; }
p { color: rgb(144,18,122); }
H1.HeaderClassName
{
color: #90127A;
}
.AnyTagClassName
{
color: #90127A;
}
</style>
background-color css
<style>
a { background-color: #90127A; }
a { background-color: rgb(144,18,122); }
div.DivClassName
{
background-color: #90127A;
}
.BgClassName
{
background-color: #90127A;
}
</style>
border-color css
<style>
span { border-color: #90127A; }
span { border-color: rgb(144,18,122); }
td.TdClassName
{
border-color: #90127A;
}
.TagClassName
{
border-color: #90127A;
}
</style>