Shades of Purple #89077B
Tints of Purple #89077B
RGB
CMYK
RGB Variations
Color information
#89077B (or 0x89077B) is known color: Purple. HEX triplet: 89, 07 and 7B. RGB value is (137,7,123). Sum of RGB (Red+Green+Blue) = 137+7+123=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89077B is #76F884. Grayscale: #3A3A3A. Windows color (decimal): -7796869 or 8062857. OLE color: 8062857.
HSL color Cylindrical-coordinate representation of color #89077B: hue angle of 306.46º 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 #89077B is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 123 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.46 |
| HSL | 306.46º | 0.9% | 0.28% | - |
| HSV(B) | 306.46º | 0.95% | 0.54% | - |
| XYZ | 13.97 | 6.9 | 19.33 | - |
| YUV | 59.09 | 164.07 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 123 | 0 | 0.95 | 0.10 | 0.46 | 306.46 | 0.9 | 0.28 |
| Hex | 89 | 7 | 7B | 0 | 5F | A | 2E | 132 | 5A | 1C |
| Octal | 211 | 7 | 173 | 0 | 137 | 12 | 56 | 462 | 132 | 34 |
| Binary | 10001001 | 111 | 1111011 | 0 | 1011111 | 1010 | 101110 | 100110010 | 1011010 | 11100 |
Color Harmonies of #89077B
Complementary color
Monochromatic Colors of #89077B
Black with #89077B
Text Example
Text Example
White with #89077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89077B; }
p { color: rgb(137,7,123); }
H1.HeaderClassName
{
color: #89077B;
}
.AnyTagClassName
{
color: #89077B;
}
</style>
background-color css
<style>
a { background-color: #89077B; }
a { background-color: rgb(137,7,123); }
div.DivClassName
{
background-color: #89077B;
}
.BgClassName
{
background-color: #89077B;
}
</style>
border-color css
<style>
span { border-color: #89077B; }
span { border-color: rgb(137,7,123); }
td.TdClassName
{
border-color: #89077B;
}
.TagClassName
{
border-color: #89077B;
}
</style>