Shades of Purple #890A76
Tints of Purple #890A76
RGB
CMYK
RGB Variations
Color information
#890A76 (or 0x890A76) is known color: Purple. HEX triplet: 89, 0A and 76. RGB value is (137,10,118). Sum of RGB (Red+Green+Blue) = 137+10+118=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #890A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A76 is #76F589. Grayscale: #3B3B3B. Windows color (decimal): -7796106 or 7735945. OLE color: 7735945.
HSL color Cylindrical-coordinate representation of color #890A76: hue angle of 308.98º degrees, saturation: 0.86, 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 #890A76 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 118 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.46 |
| HSL | 308.98º | 0.86% | 0.29% | - |
| HSV(B) | 308.98º | 0.93% | 0.54% | - |
| XYZ | 13.7 | 6.84 | 17.74 | - |
| YUV | 60.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 118 | 0 | 0.93 | 0.14 | 0.46 | 308.98 | 0.86 | 0.29 |
| Hex | 89 | A | 76 | 0 | 5D | E | 2E | 135 | 56 | 1D |
| Octal | 211 | 12 | 166 | 0 | 135 | 16 | 56 | 465 | 126 | 35 |
| Binary | 10001001 | 1010 | 1110110 | 0 | 1011101 | 1110 | 101110 | 100110101 | 1010110 | 11101 |
Color Harmonies of #890A76
Complementary color
Monochromatic Colors of #890A76
Black with #890A76
Text Example
Text Example
White with #890A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A76; }
p { color: rgb(137,10,118); }
H1.HeaderClassName
{
color: #890A76;
}
.AnyTagClassName
{
color: #890A76;
}
</style>
background-color css
<style>
a { background-color: #890A76; }
a { background-color: rgb(137,10,118); }
div.DivClassName
{
background-color: #890A76;
}
.BgClassName
{
background-color: #890A76;
}
</style>
border-color css
<style>
span { border-color: #890A76; }
span { border-color: rgb(137,10,118); }
td.TdClassName
{
border-color: #890A76;
}
.TagClassName
{
border-color: #890A76;
}
</style>