Shades of Dark Purple #890A6F
Tints of Dark Purple #890A6F
RGB
CMYK
RGB Variations
Color information
#890A6F (or 0x890A6F) is known color: Dark Purple. HEX triplet: 89, 0A and 6F. RGB value is (137,10,111). Sum of RGB (Red+Green+Blue) = 137+10+111=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #890A6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A6F is #76F590. Grayscale: #3B3B3B. Windows color (decimal): -7796113 or 7277193. OLE color: 7277193.
HSL color Cylindrical-coordinate representation of color #890A6F: hue angle of 312.28º 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 #890A6F is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 111 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.46 |
| HSL | 312.28º | 0.86% | 0.29% | - |
| HSV(B) | 312.28º | 0.93% | 0.54% | - |
| XYZ | 13.29 | 6.68 | 15.63 | - |
| YUV | 59.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 111 | 0 | 0.93 | 0.19 | 0.46 | 312.28 | 0.86 | 0.29 |
| Hex | 89 | A | 6F | 0 | 5D | 13 | 2E | 138 | 56 | 1D |
| Octal | 211 | 12 | 157 | 0 | 135 | 23 | 56 | 470 | 126 | 35 |
| Binary | 10001001 | 1010 | 1101111 | 0 | 1011101 | 10011 | 101110 | 100111000 | 1010110 | 11101 |
Color Harmonies of #890A6F
Complementary color
Monochromatic Colors of #890A6F
Black with #890A6F
Text Example
Text Example
White with #890A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A6F; }
p { color: rgb(137,10,111); }
H1.HeaderClassName
{
color: #890A6F;
}
.AnyTagClassName
{
color: #890A6F;
}
</style>
background-color css
<style>
a { background-color: #890A6F; }
a { background-color: rgb(137,10,111); }
div.DivClassName
{
background-color: #890A6F;
}
.BgClassName
{
background-color: #890A6F;
}
</style>
border-color css
<style>
span { border-color: #890A6F; }
span { border-color: rgb(137,10,111); }
td.TdClassName
{
border-color: #890A6F;
}
.TagClassName
{
border-color: #890A6F;
}
</style>