Shades of Dark Purple #90107C
Tints of Dark Purple #90107C
RGB
CMYK
RGB Variations
Color information
#90107C (or 0x90107C) is known color: Dark Purple. HEX triplet: 90, 10 and 7C. RGB value is (144,16,124). Sum of RGB (Red+Green+Blue) = 144+16+124=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #90107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90107C is #6FEF83. Grayscale: #424242. Windows color (decimal): -7335812 or 8130704. OLE color: 8130704.
HSL color Cylindrical-coordinate representation of color #90107C: hue angle of 309.38º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90107C is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 124 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.44 |
| HSL | 309.38º | 0.8% | 0.31% | - |
| HSV(B) | 309.38º | 0.89% | 0.56% | - |
| XYZ | 15.32 | 7.76 | 19.76 | - |
| YUV | 66.58 | 160.41 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 124 | 0 | 0.89 | 0.14 | 0.44 | 309.38 | 0.8 | 0.31 |
| Hex | 90 | 10 | 7C | 0 | 59 | E | 2C | 135 | 50 | 1F |
| Octal | 220 | 20 | 174 | 0 | 131 | 16 | 54 | 465 | 120 | 37 |
| Binary | 10010000 | 10000 | 1111100 | 0 | 1011001 | 1110 | 101100 | 100110101 | 1010000 | 11111 |
Color Harmonies of #90107C
Complementary color
Monochromatic Colors of #90107C
Black with #90107C
Text Example
Text Example
White with #90107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90107C; }
p { color: rgb(144,16,124); }
H1.HeaderClassName
{
color: #90107C;
}
.AnyTagClassName
{
color: #90107C;
}
</style>
background-color css
<style>
a { background-color: #90107C; }
a { background-color: rgb(144,16,124); }
div.DivClassName
{
background-color: #90107C;
}
.BgClassName
{
background-color: #90107C;
}
</style>
border-color css
<style>
span { border-color: #90107C; }
span { border-color: rgb(144,16,124); }
td.TdClassName
{
border-color: #90107C;
}
.TagClassName
{
border-color: #90107C;
}
</style>