Shades of Purple #890976
Tints of Purple #890976
RGB
CMYK
RGB Variations
Color information
#890976 (or 0x890976) is known color: Purple. HEX triplet: 89, 09 and 76. RGB value is (137,9,118). Sum of RGB (Red+Green+Blue) = 137+9+118=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #890976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890976 is #76F689. Grayscale: #3B3B3B. Windows color (decimal): -7796362 or 7735689. OLE color: 7735689.
HSL color Cylindrical-coordinate representation of color #890976: hue angle of 308.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890976 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 118 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.46 |
| HSL | 308.91º | 0.88% | 0.29% | - |
| HSV(B) | 308.91º | 0.93% | 0.54% | - |
| XYZ | 13.68 | 6.82 | 17.74 | - |
| YUV | 59.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 118 | 0 | 0.93 | 0.14 | 0.46 | 308.91 | 0.88 | 0.29 |
| Hex | 89 | 9 | 76 | 0 | 5D | E | 2E | 135 | 58 | 1D |
| Octal | 211 | 11 | 166 | 0 | 135 | 16 | 56 | 465 | 130 | 35 |
| Binary | 10001001 | 1001 | 1110110 | 0 | 1011101 | 1110 | 101110 | 100110101 | 1011000 | 11101 |
Color Harmonies of #890976
Complementary color
Monochromatic Colors of #890976
Black with #890976
Text Example
Text Example
White with #890976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890976; }
p { color: rgb(137,9,118); }
H1.HeaderClassName
{
color: #890976;
}
.AnyTagClassName
{
color: #890976;
}
</style>
background-color css
<style>
a { background-color: #890976; }
a { background-color: rgb(137,9,118); }
div.DivClassName
{
background-color: #890976;
}
.BgClassName
{
background-color: #890976;
}
</style>
border-color css
<style>
span { border-color: #890976; }
span { border-color: rgb(137,9,118); }
td.TdClassName
{
border-color: #890976;
}
.TagClassName
{
border-color: #890976;
}
</style>