Shades of Purple #89067C
Tints of Purple #89067C
RGB
CMYK
RGB Variations
Color information
#89067C (or 0x89067C) is known color: Purple. HEX triplet: 89, 06 and 7C. RGB value is (137,6,124). Sum of RGB (Red+Green+Blue) = 137+6+124=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89067C is #76F983. Grayscale: #3A3A3A. Windows color (decimal): -7797124 or 8128137. OLE color: 8128137.
HSL color Cylindrical-coordinate representation of color #89067C: hue angle of 305.95º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89067C is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 124 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.46 |
| HSL | 305.95º | 0.92% | 0.28% | - |
| HSV(B) | 305.95º | 0.96% | 0.54% | - |
| XYZ | 14.02 | 6.9 | 19.66 | - |
| YUV | 58.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 124 | 0 | 0.96 | 0.09 | 0.46 | 305.95 | 0.92 | 0.28 |
| Hex | 89 | 6 | 7C | 0 | 60 | 9 | 2E | 132 | 5C | 1C |
| Octal | 211 | 6 | 174 | 0 | 140 | 11 | 56 | 462 | 134 | 34 |
| Binary | 10001001 | 110 | 1111100 | 0 | 1100000 | 1001 | 101110 | 100110010 | 1011100 | 11100 |
Color Harmonies of #89067C
Complementary color
Monochromatic Colors of #89067C
Black with #89067C
Text Example
Text Example
White with #89067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89067C; }
p { color: rgb(137,6,124); }
H1.HeaderClassName
{
color: #89067C;
}
.AnyTagClassName
{
color: #89067C;
}
</style>
background-color css
<style>
a { background-color: #89067C; }
a { background-color: rgb(137,6,124); }
div.DivClassName
{
background-color: #89067C;
}
.BgClassName
{
background-color: #89067C;
}
</style>
border-color css
<style>
span { border-color: #89067C; }
span { border-color: rgb(137,6,124); }
td.TdClassName
{
border-color: #89067C;
}
.TagClassName
{
border-color: #89067C;
}
</style>