Shades of Dark Purple #890A70
Tints of Dark Purple #890A70
RGB
CMYK
RGB Variations
Color information
#890A70 (or 0x890A70) is known color: Dark Purple. HEX triplet: 89, 0A and 70. RGB value is (137,10,112). Sum of RGB (Red+Green+Blue) = 137+10+112=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #890A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A70 is #76F58F. Grayscale: #3B3B3B. Windows color (decimal): -7796112 or 7342729. OLE color: 7342729.
HSL color Cylindrical-coordinate representation of color #890A70: hue angle of 311.81º 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 #890A70 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 112 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.46 |
| HSL | 311.81º | 0.86% | 0.29% | - |
| HSV(B) | 311.81º | 0.93% | 0.54% | - |
| XYZ | 13.35 | 6.71 | 15.92 | - |
| YUV | 59.6 | 157.58 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 112 | 0 | 0.93 | 0.18 | 0.46 | 311.81 | 0.86 | 0.29 |
| Hex | 89 | A | 70 | 0 | 5D | 12 | 2E | 138 | 56 | 1D |
| Octal | 211 | 12 | 160 | 0 | 135 | 22 | 56 | 470 | 126 | 35 |
| Binary | 10001001 | 1010 | 1110000 | 0 | 1011101 | 10010 | 101110 | 100111000 | 1010110 | 11101 |
Color Harmonies of #890A70
Complementary color
Monochromatic Colors of #890A70
Black with #890A70
Text Example
Text Example
White with #890A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A70; }
p { color: rgb(137,10,112); }
H1.HeaderClassName
{
color: #890A70;
}
.AnyTagClassName
{
color: #890A70;
}
</style>
background-color css
<style>
a { background-color: #890A70; }
a { background-color: rgb(137,10,112); }
div.DivClassName
{
background-color: #890A70;
}
.BgClassName
{
background-color: #890A70;
}
</style>
border-color css
<style>
span { border-color: #890A70; }
span { border-color: rgb(137,10,112); }
td.TdClassName
{
border-color: #890A70;
}
.TagClassName
{
border-color: #890A70;
}
</style>