Shades of Dark Purple #90127D
Tints of Dark Purple #90127D
RGB
CMYK
RGB Variations
Color information
#90127D (or 0x90127D) is known color: Dark Purple. HEX triplet: 90, 12 and 7D. RGB value is (144,18,125). Sum of RGB (Red+Green+Blue) = 144+18+125=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #90127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90127D is #6FED82. Grayscale: #434343. Windows color (decimal): -7335299 or 8196752. OLE color: 8196752.
HSL color Cylindrical-coordinate representation of color #90127D: hue angle of 309.05º 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 #90127D is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 125 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.44 |
| HSL | 309.05º | 0.78% | 0.32% | - |
| HSV(B) | 309.05º | 0.88% | 0.56% | - |
| XYZ | 15.42 | 7.84 | 20.1 | - |
| YUV | 67.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 125 | 0 | 0.88 | 0.13 | 0.44 | 309.05 | 0.78 | 0.32 |
| Hex | 90 | 12 | 7D | 0 | 58 | D | 2C | 135 | 4E | 20 |
| Octal | 220 | 22 | 175 | 0 | 130 | 15 | 54 | 465 | 116 | 40 |
| Binary | 10010000 | 10010 | 1111101 | 0 | 1011000 | 1101 | 101100 | 100110101 | 1001110 | 100000 |
Color Harmonies of #90127D
Complementary color
Monochromatic Colors of #90127D
Black with #90127D
Text Example
Text Example
White with #90127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90127D; }
p { color: rgb(144,18,125); }
H1.HeaderClassName
{
color: #90127D;
}
.AnyTagClassName
{
color: #90127D;
}
</style>
background-color css
<style>
a { background-color: #90127D; }
a { background-color: rgb(144,18,125); }
div.DivClassName
{
background-color: #90127D;
}
.BgClassName
{
background-color: #90127D;
}
</style>
border-color css
<style>
span { border-color: #90127D; }
span { border-color: rgb(144,18,125); }
td.TdClassName
{
border-color: #90127D;
}
.TagClassName
{
border-color: #90127D;
}
</style>