Shades of Dark Purple #890A72
Tints of Dark Purple #890A72
RGB
CMYK
RGB Variations
Color information
#890A72 (or 0x890A72) is known color: Dark Purple. HEX triplet: 89, 0A and 72. RGB value is (137,10,114). Sum of RGB (Red+Green+Blue) = 137+10+114=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #890A72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A72 is #76F58D. Grayscale: #3B3B3B. Windows color (decimal): -7796110 or 7473801. OLE color: 7473801.
HSL color Cylindrical-coordinate representation of color #890A72: hue angle of 310.87º 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 #890A72 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 114 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.46 |
| HSL | 310.87º | 0.86% | 0.29% | - |
| HSV(B) | 310.87º | 0.93% | 0.54% | - |
| XYZ | 13.46 | 6.75 | 16.51 | - |
| YUV | 59.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 114 | 0 | 0.93 | 0.17 | 0.46 | 310.87 | 0.86 | 0.29 |
| Hex | 89 | A | 72 | 0 | 5D | 11 | 2E | 137 | 56 | 1D |
| Octal | 211 | 12 | 162 | 0 | 135 | 21 | 56 | 467 | 126 | 35 |
| Binary | 10001001 | 1010 | 1110010 | 0 | 1011101 | 10001 | 101110 | 100110111 | 1010110 | 11101 |
Color Harmonies of #890A72
Complementary color
Monochromatic Colors of #890A72
Black with #890A72
Text Example
Text Example
White with #890A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A72; }
p { color: rgb(137,10,114); }
H1.HeaderClassName
{
color: #890A72;
}
.AnyTagClassName
{
color: #890A72;
}
</style>
background-color css
<style>
a { background-color: #890A72; }
a { background-color: rgb(137,10,114); }
div.DivClassName
{
background-color: #890A72;
}
.BgClassName
{
background-color: #890A72;
}
</style>
border-color css
<style>
span { border-color: #890A72; }
span { border-color: rgb(137,10,114); }
td.TdClassName
{
border-color: #890A72;
}
.TagClassName
{
border-color: #890A72;
}
</style>