Shades of Dark Purple #890971
Tints of Dark Purple #890971
RGB
CMYK
RGB Variations
Color information
#890971 (or 0x890971) is known color: Dark Purple. HEX triplet: 89, 09 and 71. RGB value is (137,9,113). Sum of RGB (Red+Green+Blue) = 137+9+113=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #890971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890971 is #76F68E. Grayscale: #3A3A3A. Windows color (decimal): -7796367 or 7408009. OLE color: 7408009.
HSL color Cylindrical-coordinate representation of color #890971: hue angle of 311.25º 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 #890971 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 113 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.46 |
| HSL | 311.25º | 0.88% | 0.29% | - |
| HSV(B) | 311.25º | 0.93% | 0.54% | - |
| XYZ | 13.39 | 6.71 | 16.21 | - |
| YUV | 59.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 113 | 0 | 0.93 | 0.18 | 0.46 | 311.25 | 0.88 | 0.29 |
| Hex | 89 | 9 | 71 | 0 | 5D | 12 | 2E | 137 | 58 | 1D |
| Octal | 211 | 11 | 161 | 0 | 135 | 22 | 56 | 467 | 130 | 35 |
| Binary | 10001001 | 1001 | 1110001 | 0 | 1011101 | 10010 | 101110 | 100110111 | 1011000 | 11101 |
Color Harmonies of #890971
Complementary color
Monochromatic Colors of #890971
Black with #890971
Text Example
Text Example
White with #890971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890971; }
p { color: rgb(137,9,113); }
H1.HeaderClassName
{
color: #890971;
}
.AnyTagClassName
{
color: #890971;
}
</style>
background-color css
<style>
a { background-color: #890971; }
a { background-color: rgb(137,9,113); }
div.DivClassName
{
background-color: #890971;
}
.BgClassName
{
background-color: #890971;
}
</style>
border-color css
<style>
span { border-color: #890971; }
span { border-color: rgb(137,9,113); }
td.TdClassName
{
border-color: #890971;
}
.TagClassName
{
border-color: #890971;
}
</style>