Shades of Purple #89087C
Tints of Purple #89087C
RGB
CMYK
RGB Variations
Color information
#89087C (or 0x89087C) is known color: Purple. HEX triplet: 89, 08 and 7C. RGB value is (137,8,124). Sum of RGB (Red+Green+Blue) = 137+8+124=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89087C is #76F783. Grayscale: #3B3B3B. Windows color (decimal): -7796612 or 8128649. OLE color: 8128649.
HSL color Cylindrical-coordinate representation of color #89087C: hue angle of 306.05º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89087C is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 124 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.46 |
| HSL | 306.05º | 0.89% | 0.28% | - |
| HSV(B) | 306.05º | 0.94% | 0.54% | - |
| XYZ | 14.04 | 6.95 | 19.67 | - |
| YUV | 59.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 124 | 0 | 0.94 | 0.09 | 0.46 | 306.05 | 0.89 | 0.28 |
| Hex | 89 | 8 | 7C | 0 | 5E | 9 | 2E | 132 | 59 | 1C |
| Octal | 211 | 10 | 174 | 0 | 136 | 11 | 56 | 462 | 131 | 34 |
| Binary | 10001001 | 1000 | 1111100 | 0 | 1011110 | 1001 | 101110 | 100110010 | 1011001 | 11100 |
Color Harmonies of #89087C
Complementary color
Monochromatic Colors of #89087C
Black with #89087C
Text Example
Text Example
White with #89087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89087C; }
p { color: rgb(137,8,124); }
H1.HeaderClassName
{
color: #89087C;
}
.AnyTagClassName
{
color: #89087C;
}
</style>
background-color css
<style>
a { background-color: #89087C; }
a { background-color: rgb(137,8,124); }
div.DivClassName
{
background-color: #89087C;
}
.BgClassName
{
background-color: #89087C;
}
</style>
border-color css
<style>
span { border-color: #89087C; }
span { border-color: rgb(137,8,124); }
td.TdClassName
{
border-color: #89087C;
}
.TagClassName
{
border-color: #89087C;
}
</style>