Shades of Dark Purple #891E70
Tints of Dark Purple #891E70
RGB
CMYK
RGB Variations
Color information
#891E70 (or 0x891E70) is known color: Dark Purple. HEX triplet: 89, 1E and 70. RGB value is (137,30,112). Sum of RGB (Red+Green+Blue) = 137+30+112=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #891E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891E70 is #76E18F. Grayscale: #474747. Windows color (decimal): -7790992 or 7347849. OLE color: 7347849.
HSL color Cylindrical-coordinate representation of color #891E70: hue angle of 314.02º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #891E70 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 30 | 112 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.46 |
| HSL | 314.02º | 0.64% | 0.33% | - |
| HSV(B) | 314.02º | 0.78% | 0.54% | - |
| XYZ | 13.71 | 7.42 | 16.04 | - |
| YUV | 71.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 112 | 0 | 0.78 | 0.18 | 0.46 | 314.02 | 0.64 | 0.33 |
| Hex | 89 | 1E | 70 | 0 | 4E | 12 | 2E | 13A | 40 | 21 |
| Octal | 211 | 36 | 160 | 0 | 116 | 22 | 56 | 472 | 100 | 41 |
| Binary | 10001001 | 11110 | 1110000 | 0 | 1001110 | 10010 | 101110 | 100111010 | 1000000 | 100001 |
Color Harmonies of #891E70
Complementary color
Monochromatic Colors of #891E70
Black with #891E70
Text Example
Text Example
White with #891E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891E70; }
p { color: rgb(137,30,112); }
H1.HeaderClassName
{
color: #891E70;
}
.AnyTagClassName
{
color: #891E70;
}
</style>
background-color css
<style>
a { background-color: #891E70; }
a { background-color: rgb(137,30,112); }
div.DivClassName
{
background-color: #891E70;
}
.BgClassName
{
background-color: #891E70;
}
</style>
border-color css
<style>
span { border-color: #891E70; }
span { border-color: rgb(137,30,112); }
td.TdClassName
{
border-color: #891E70;
}
.TagClassName
{
border-color: #891E70;
}
</style>