Shades of Dark Purple #891E7E
Tints of Dark Purple #891E7E
RGB
CMYK
RGB Variations
Color information
#891E7E (or 0x891E7E) is known color: Dark Purple. HEX triplet: 89, 1E and 7E. RGB value is (137,30,126). Sum of RGB (Red+Green+Blue) = 137+30+126=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #891E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891E7E is #76E181. Grayscale: #484848. Windows color (decimal): -7790978 or 8265353. OLE color: 8265353.
HSL color Cylindrical-coordinate representation of color #891E7E: hue angle of 306.17º 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 #891E7E is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 30 | 126 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.46 |
| HSL | 306.17º | 0.64% | 0.33% | - |
| HSV(B) | 306.17º | 0.78% | 0.54% | - |
| XYZ | 14.55 | 7.75 | 20.47 | - |
| YUV | 72.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 126 | 0 | 0.78 | 0.08 | 0.46 | 306.17 | 0.64 | 0.33 |
| Hex | 89 | 1E | 7E | 0 | 4E | 8 | 2E | 132 | 40 | 21 |
| Octal | 211 | 36 | 176 | 0 | 116 | 10 | 56 | 462 | 100 | 41 |
| Binary | 10001001 | 11110 | 1111110 | 0 | 1001110 | 1000 | 101110 | 100110010 | 1000000 | 100001 |
Color Harmonies of #891E7E
Complementary color
Monochromatic Colors of #891E7E
Black with #891E7E
Text Example
Text Example
White with #891E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891E7E; }
p { color: rgb(137,30,126); }
H1.HeaderClassName
{
color: #891E7E;
}
.AnyTagClassName
{
color: #891E7E;
}
</style>
background-color css
<style>
a { background-color: #891E7E; }
a { background-color: rgb(137,30,126); }
div.DivClassName
{
background-color: #891E7E;
}
.BgClassName
{
background-color: #891E7E;
}
</style>
border-color css
<style>
span { border-color: #891E7E; }
span { border-color: rgb(137,30,126); }
td.TdClassName
{
border-color: #891E7E;
}
.TagClassName
{
border-color: #891E7E;
}
</style>