Shades of Dark Purple #90107A
Tints of Dark Purple #90107A
RGB
CMYK
RGB Variations
Color information
#90107A (or 0x90107A) is known color: Dark Purple. HEX triplet: 90, 10 and 7A. RGB value is (144,16,122). Sum of RGB (Red+Green+Blue) = 144+16+122=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #90107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90107A is #6FEF85. Grayscale: #424242. Windows color (decimal): -7335814 or 7999632. OLE color: 7999632.
HSL color Cylindrical-coordinate representation of color #90107A: hue angle of 310.31º 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 #90107A is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 122 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.44 |
| HSL | 310.31º | 0.8% | 0.31% | - |
| HSV(B) | 310.31º | 0.89% | 0.56% | - |
| XYZ | 15.2 | 7.71 | 19.1 | - |
| YUV | 66.36 | 159.41 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 122 | 0 | 0.89 | 0.15 | 0.44 | 310.31 | 0.8 | 0.31 |
| Hex | 90 | 10 | 7A | 0 | 59 | F | 2C | 136 | 50 | 1F |
| Octal | 220 | 20 | 172 | 0 | 131 | 17 | 54 | 466 | 120 | 37 |
| Binary | 10010000 | 10000 | 1111010 | 0 | 1011001 | 1111 | 101100 | 100110110 | 1010000 | 11111 |
Color Harmonies of #90107A
Complementary color
Monochromatic Colors of #90107A
Black with #90107A
Text Example
Text Example
White with #90107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90107A; }
p { color: rgb(144,16,122); }
H1.HeaderClassName
{
color: #90107A;
}
.AnyTagClassName
{
color: #90107A;
}
</style>
background-color css
<style>
a { background-color: #90107A; }
a { background-color: rgb(144,16,122); }
div.DivClassName
{
background-color: #90107A;
}
.BgClassName
{
background-color: #90107A;
}
</style>
border-color css
<style>
span { border-color: #90107A; }
span { border-color: rgb(144,16,122); }
td.TdClassName
{
border-color: #90107A;
}
.TagClassName
{
border-color: #90107A;
}
</style>