Shades of Dark Purple #90107F
Tints of Dark Purple #90107F
RGB
CMYK
RGB Variations
Color information
#90107F (or 0x90107F) is known color: Dark Purple. HEX triplet: 90, 10 and 7F. RGB value is (144,16,127). Sum of RGB (Red+Green+Blue) = 144+16+127=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #90107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90107F is #6FEF80. Grayscale: #424242. Windows color (decimal): -7335809 or 8327312. OLE color: 8327312.
HSL color Cylindrical-coordinate representation of color #90107F: hue angle of 307.97º 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 #90107F is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 127 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.44 |
| HSL | 307.97º | 0.8% | 0.31% | - |
| HSV(B) | 307.97º | 0.89% | 0.56% | - |
| XYZ | 15.52 | 7.83 | 20.77 | - |
| YUV | 66.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 127 | 0 | 0.89 | 0.12 | 0.44 | 307.97 | 0.8 | 0.31 |
| Hex | 90 | 10 | 7F | 0 | 59 | C | 2C | 134 | 50 | 1F |
| Octal | 220 | 20 | 177 | 0 | 131 | 14 | 54 | 464 | 120 | 37 |
| Binary | 10010000 | 10000 | 1111111 | 0 | 1011001 | 1100 | 101100 | 100110100 | 1010000 | 11111 |
Color Harmonies of #90107F
Complementary color
Monochromatic Colors of #90107F
Black with #90107F
Text Example
Text Example
White with #90107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90107F; }
p { color: rgb(144,16,127); }
H1.HeaderClassName
{
color: #90107F;
}
.AnyTagClassName
{
color: #90107F;
}
</style>
background-color css
<style>
a { background-color: #90107F; }
a { background-color: rgb(144,16,127); }
div.DivClassName
{
background-color: #90107F;
}
.BgClassName
{
background-color: #90107F;
}
</style>
border-color css
<style>
span { border-color: #90107F; }
span { border-color: rgb(144,16,127); }
td.TdClassName
{
border-color: #90107F;
}
.TagClassName
{
border-color: #90107F;
}
</style>