Shades of Dark Purple #89127A
Tints of Dark Purple #89127A
RGB
CMYK
RGB Variations
Color information
#89127A (or 0x89127A) is known color: Dark Purple. HEX triplet: 89, 12 and 7A. RGB value is (137,18,122). Sum of RGB (Red+Green+Blue) = 137+18+122=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #89127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89127A is #76ED85. Grayscale: #414141. Windows color (decimal): -7794054 or 8000137. OLE color: 8000137.
HSL color Cylindrical-coordinate representation of color #89127A: hue angle of 307.56º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #89127A is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 122 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.46 |
| HSL | 307.56º | 0.77% | 0.3% | - |
| HSV(B) | 307.56º | 0.87% | 0.54% | - |
| XYZ | 14.05 | 7.16 | 19.05 | - |
| YUV | 65.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 122 | 0 | 0.87 | 0.11 | 0.46 | 307.56 | 0.77 | 0.3 |
| Hex | 89 | 12 | 7A | 0 | 57 | B | 2E | 134 | 4D | 1E |
| Octal | 211 | 22 | 172 | 0 | 127 | 13 | 56 | 464 | 115 | 36 |
| Binary | 10001001 | 10010 | 1111010 | 0 | 1010111 | 1011 | 101110 | 100110100 | 1001101 | 11110 |
Color Harmonies of #89127A
Complementary color
Monochromatic Colors of #89127A
Black with #89127A
Text Example
Text Example
White with #89127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89127A; }
p { color: rgb(137,18,122); }
H1.HeaderClassName
{
color: #89127A;
}
.AnyTagClassName
{
color: #89127A;
}
</style>
background-color css
<style>
a { background-color: #89127A; }
a { background-color: rgb(137,18,122); }
div.DivClassName
{
background-color: #89127A;
}
.BgClassName
{
background-color: #89127A;
}
</style>
border-color css
<style>
span { border-color: #89127A; }
span { border-color: rgb(137,18,122); }
td.TdClassName
{
border-color: #89127A;
}
.TagClassName
{
border-color: #89127A;
}
</style>