Shades of Purple #89077C
Tints of Purple #89077C
RGB
CMYK
RGB Variations
Color information
#89077C (or 0x89077C) is known color: Purple. HEX triplet: 89, 07 and 7C. RGB value is (137,7,124). Sum of RGB (Red+Green+Blue) = 137+7+124=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89077C is #76F883. Grayscale: #3A3A3A. Windows color (decimal): -7796868 or 8128393. OLE color: 8128393.
HSL color Cylindrical-coordinate representation of color #89077C: hue angle of 306º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89077C is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 124 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.46 |
| HSL | 306º | 0.9% | 0.28% | - |
| HSV(B) | 306º | 0.95% | 0.54% | - |
| XYZ | 14.03 | 6.93 | 19.67 | - |
| YUV | 59.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 124 | 0 | 0.95 | 0.09 | 0.46 | 306 | 0.9 | 0.28 |
| Hex | 89 | 7 | 7C | 0 | 5F | 9 | 2E | 132 | 5A | 1C |
| Octal | 211 | 7 | 174 | 0 | 137 | 11 | 56 | 462 | 132 | 34 |
| Binary | 10001001 | 111 | 1111100 | 0 | 1011111 | 1001 | 101110 | 100110010 | 1011010 | 11100 |
Color Harmonies of #89077C
Complementary color
Monochromatic Colors of #89077C
Black with #89077C
Text Example
Text Example
White with #89077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89077C; }
p { color: rgb(137,7,124); }
H1.HeaderClassName
{
color: #89077C;
}
.AnyTagClassName
{
color: #89077C;
}
</style>
background-color css
<style>
a { background-color: #89077C; }
a { background-color: rgb(137,7,124); }
div.DivClassName
{
background-color: #89077C;
}
.BgClassName
{
background-color: #89077C;
}
</style>
border-color css
<style>
span { border-color: #89077C; }
span { border-color: rgb(137,7,124); }
td.TdClassName
{
border-color: #89077C;
}
.TagClassName
{
border-color: #89077C;
}
</style>