Shades of Dark Purple #90127E
Tints of Dark Purple #90127E
RGB
CMYK
RGB Variations
Color information
#90127E (or 0x90127E) is known color: Dark Purple. HEX triplet: 90, 12 and 7E. RGB value is (144,18,126). Sum of RGB (Red+Green+Blue) = 144+18+126=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90127E is #6FED81. Grayscale: #434343. Windows color (decimal): -7335298 or 8262288. OLE color: 8262288.
HSL color Cylindrical-coordinate representation of color #90127E: hue angle of 308.57º 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 #90127E is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 126 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.44 |
| HSL | 308.57º | 0.78% | 0.32% | - |
| HSV(B) | 308.57º | 0.88% | 0.56% | - |
| XYZ | 15.48 | 7.87 | 20.44 | - |
| YUV | 67.99 | 160.74 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 126 | 0 | 0.88 | 0.12 | 0.44 | 308.57 | 0.78 | 0.32 |
| Hex | 90 | 12 | 7E | 0 | 58 | C | 2C | 135 | 4E | 20 |
| Octal | 220 | 22 | 176 | 0 | 130 | 14 | 54 | 465 | 116 | 40 |
| Binary | 10010000 | 10010 | 1111110 | 0 | 1011000 | 1100 | 101100 | 100110101 | 1001110 | 100000 |
Color Harmonies of #90127E
Complementary color
Monochromatic Colors of #90127E
Black with #90127E
Text Example
Text Example
White with #90127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90127E; }
p { color: rgb(144,18,126); }
H1.HeaderClassName
{
color: #90127E;
}
.AnyTagClassName
{
color: #90127E;
}
</style>
background-color css
<style>
a { background-color: #90127E; }
a { background-color: rgb(144,18,126); }
div.DivClassName
{
background-color: #90127E;
}
.BgClassName
{
background-color: #90127E;
}
</style>
border-color css
<style>
span { border-color: #90127E; }
span { border-color: rgb(144,18,126); }
td.TdClassName
{
border-color: #90127E;
}
.TagClassName
{
border-color: #90127E;
}
</style>