Shades of Dark Purple #90107D
Tints of Dark Purple #90107D
RGB
CMYK
RGB Variations
Color information
#90107D (or 0x90107D) is known color: Dark Purple. HEX triplet: 90, 10 and 7D. RGB value is (144,16,125). Sum of RGB (Red+Green+Blue) = 144+16+125=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #90107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90107D is #6FEF82. Grayscale: #424242. Windows color (decimal): -7335811 or 8196240. OLE color: 8196240.
HSL color Cylindrical-coordinate representation of color #90107D: hue angle of 308.91º 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 #90107D is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 125 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.44 |
| HSL | 308.91º | 0.8% | 0.31% | - |
| HSV(B) | 308.91º | 0.89% | 0.56% | - |
| XYZ | 15.39 | 7.78 | 20.09 | - |
| YUV | 66.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 125 | 0 | 0.89 | 0.13 | 0.44 | 308.91 | 0.8 | 0.31 |
| Hex | 90 | 10 | 7D | 0 | 59 | D | 2C | 135 | 50 | 1F |
| Octal | 220 | 20 | 175 | 0 | 131 | 15 | 54 | 465 | 120 | 37 |
| Binary | 10010000 | 10000 | 1111101 | 0 | 1011001 | 1101 | 101100 | 100110101 | 1010000 | 11111 |
Color Harmonies of #90107D
Complementary color
Monochromatic Colors of #90107D
Black with #90107D
Text Example
Text Example
White with #90107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90107D; }
p { color: rgb(144,16,125); }
H1.HeaderClassName
{
color: #90107D;
}
.AnyTagClassName
{
color: #90107D;
}
</style>
background-color css
<style>
a { background-color: #90107D; }
a { background-color: rgb(144,16,125); }
div.DivClassName
{
background-color: #90107D;
}
.BgClassName
{
background-color: #90107D;
}
</style>
border-color css
<style>
span { border-color: #90107D; }
span { border-color: rgb(144,16,125); }
td.TdClassName
{
border-color: #90107D;
}
.TagClassName
{
border-color: #90107D;
}
</style>