Shades of Dark Purple #89127C
Tints of Dark Purple #89127C
RGB
CMYK
RGB Variations
Color information
#89127C (or 0x89127C) is known color: Dark Purple. HEX triplet: 89, 12 and 7C. RGB value is (137,18,124). Sum of RGB (Red+Green+Blue) = 137+18+124=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89127C is #76ED83. Grayscale: #414141. Windows color (decimal): -7794052 or 8131209. OLE color: 8131209.
HSL color Cylindrical-coordinate representation of color #89127C: hue angle of 306.55º 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 #89127C is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 124 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.46 |
| HSL | 306.55º | 0.77% | 0.3% | - |
| HSV(B) | 306.55º | 0.87% | 0.54% | - |
| XYZ | 14.17 | 7.21 | 19.71 | - |
| YUV | 65.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 124 | 0 | 0.87 | 0.09 | 0.46 | 306.55 | 0.77 | 0.3 |
| Hex | 89 | 12 | 7C | 0 | 57 | 9 | 2E | 133 | 4D | 1E |
| Octal | 211 | 22 | 174 | 0 | 127 | 11 | 56 | 463 | 115 | 36 |
| Binary | 10001001 | 10010 | 1111100 | 0 | 1010111 | 1001 | 101110 | 100110011 | 1001101 | 11110 |
Color Harmonies of #89127C
Complementary color
Monochromatic Colors of #89127C
Black with #89127C
Text Example
Text Example
White with #89127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89127C; }
p { color: rgb(137,18,124); }
H1.HeaderClassName
{
color: #89127C;
}
.AnyTagClassName
{
color: #89127C;
}
</style>
background-color css
<style>
a { background-color: #89127C; }
a { background-color: rgb(137,18,124); }
div.DivClassName
{
background-color: #89127C;
}
.BgClassName
{
background-color: #89127C;
}
</style>
border-color css
<style>
span { border-color: #89127C; }
span { border-color: rgb(137,18,124); }
td.TdClassName
{
border-color: #89127C;
}
.TagClassName
{
border-color: #89127C;
}
</style>