Shades of Dark Purple #890A71
Tints of Dark Purple #890A71
RGB
CMYK
RGB Variations
Color information
#890A71 (or 0x890A71) is known color: Dark Purple. HEX triplet: 89, 0A and 71. RGB value is (137,10,113). Sum of RGB (Red+Green+Blue) = 137+10+113=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #890A71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A71 is #76F58E. Grayscale: #3B3B3B. Windows color (decimal): -7796111 or 7408265. OLE color: 7408265.
HSL color Cylindrical-coordinate representation of color #890A71: hue angle of 311.34º 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 #890A71 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 113 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.46 |
| HSL | 311.34º | 0.86% | 0.29% | - |
| HSV(B) | 311.34º | 0.93% | 0.54% | - |
| XYZ | 13.41 | 6.73 | 16.21 | - |
| YUV | 59.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 113 | 0 | 0.93 | 0.18 | 0.46 | 311.34 | 0.86 | 0.29 |
| Hex | 89 | A | 71 | 0 | 5D | 12 | 2E | 137 | 56 | 1D |
| Octal | 211 | 12 | 161 | 0 | 135 | 22 | 56 | 467 | 126 | 35 |
| Binary | 10001001 | 1010 | 1110001 | 0 | 1011101 | 10010 | 101110 | 100110111 | 1010110 | 11101 |
Color Harmonies of #890A71
Complementary color
Monochromatic Colors of #890A71
Black with #890A71
Text Example
Text Example
White with #890A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A71; }
p { color: rgb(137,10,113); }
H1.HeaderClassName
{
color: #890A71;
}
.AnyTagClassName
{
color: #890A71;
}
</style>
background-color css
<style>
a { background-color: #890A71; }
a { background-color: rgb(137,10,113); }
div.DivClassName
{
background-color: #890A71;
}
.BgClassName
{
background-color: #890A71;
}
</style>
border-color css
<style>
span { border-color: #890A71; }
span { border-color: rgb(137,10,113); }
td.TdClassName
{
border-color: #890A71;
}
.TagClassName
{
border-color: #890A71;
}
</style>