Shades of Purple #89077F
Tints of Purple #89077F
RGB
CMYK
RGB Variations
Color information
#89077F (or 0x89077F) is known color: Purple. HEX triplet: 89, 07 and 7F. RGB value is (137,7,127). Sum of RGB (Red+Green+Blue) = 137+7+127=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #89077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89077F is #76F880. Grayscale: #3B3B3B. Windows color (decimal): -7796865 or 8325001. OLE color: 8325001.
HSL color Cylindrical-coordinate representation of color #89077F: hue angle of 304.62º 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 #89077F is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 127 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.46 |
| HSL | 304.62º | 0.9% | 0.28% | - |
| HSV(B) | 304.62º | 0.95% | 0.54% | - |
| XYZ | 14.22 | 7 | 20.68 | - |
| YUV | 59.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 127 | 0 | 0.95 | 0.07 | 0.46 | 304.62 | 0.9 | 0.28 |
| Hex | 89 | 7 | 7F | 0 | 5F | 7 | 2E | 131 | 5A | 1C |
| Octal | 211 | 7 | 177 | 0 | 137 | 7 | 56 | 461 | 132 | 34 |
| Binary | 10001001 | 111 | 1111111 | 0 | 1011111 | 111 | 101110 | 100110001 | 1011010 | 11100 |
Color Harmonies of #89077F
Complementary color
Monochromatic Colors of #89077F
Black with #89077F
Text Example
Text Example
White with #89077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89077F; }
p { color: rgb(137,7,127); }
H1.HeaderClassName
{
color: #89077F;
}
.AnyTagClassName
{
color: #89077F;
}
</style>
background-color css
<style>
a { background-color: #89077F; }
a { background-color: rgb(137,7,127); }
div.DivClassName
{
background-color: #89077F;
}
.BgClassName
{
background-color: #89077F;
}
</style>
border-color css
<style>
span { border-color: #89077F; }
span { border-color: rgb(137,7,127); }
td.TdClassName
{
border-color: #89077F;
}
.TagClassName
{
border-color: #89077F;
}
</style>