Shades of Purple #89047C
Tints of Purple #89047C
RGB
CMYK
RGB Variations
Color information
#89047C (or 0x89047C) is known color: Purple. HEX triplet: 89, 04 and 7C. RGB value is (137,4,124). Sum of RGB (Red+Green+Blue) = 137+4+124=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89047C is #76FB83. Grayscale: #393939. Windows color (decimal): -7797636 or 8127625. OLE color: 8127625.
HSL color Cylindrical-coordinate representation of color #89047C: hue angle of 305.86º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #89047C is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 4 | 124 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.46 |
| HSL | 305.86º | 0.94% | 0.28% | - |
| HSV(B) | 305.86º | 0.97% | 0.54% | - |
| XYZ | 14 | 6.86 | 19.66 | - |
| YUV | 57.45 | 165.56 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 124 | 0 | 0.97 | 0.09 | 0.46 | 305.86 | 0.94 | 0.28 |
| Hex | 89 | 4 | 7C | 0 | 61 | 9 | 2E | 132 | 5E | 1C |
| Octal | 211 | 4 | 174 | 0 | 141 | 11 | 56 | 462 | 136 | 34 |
| Binary | 10001001 | 100 | 1111100 | 0 | 1100001 | 1001 | 101110 | 100110010 | 1011110 | 11100 |
Color Harmonies of #89047C
Complementary color
Monochromatic Colors of #89047C
Black with #89047C
Text Example
Text Example
White with #89047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89047C; }
p { color: rgb(137,4,124); }
H1.HeaderClassName
{
color: #89047C;
}
.AnyTagClassName
{
color: #89047C;
}
</style>
background-color css
<style>
a { background-color: #89047C; }
a { background-color: rgb(137,4,124); }
div.DivClassName
{
background-color: #89047C;
}
.BgClassName
{
background-color: #89047C;
}
</style>
border-color css
<style>
span { border-color: #89047C; }
span { border-color: rgb(137,4,124); }
td.TdClassName
{
border-color: #89047C;
}
.TagClassName
{
border-color: #89047C;
}
</style>