Shades of Dark Purple #891E85
Tints of Dark Purple #891E85
RGB
CMYK
RGB Variations
Color information
#891E85 (or 0x891E85) is known color: Dark Purple. HEX triplet: 89, 1E and 85. RGB value is (137,30,133). Sum of RGB (Red+Green+Blue) = 137+30+133=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #891E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891E85 is #76E17A. Grayscale: #494949. Windows color (decimal): -7790971 or 8724105. OLE color: 8724105.
HSL color Cylindrical-coordinate representation of color #891E85: hue angle of 302.24º 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 #891E85 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 30 | 133 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.46 |
| HSL | 302.24º | 0.64% | 0.33% | - |
| HSV(B) | 302.24º | 0.78% | 0.54% | - |
| XYZ | 15.01 | 7.94 | 22.93 | - |
| YUV | 73.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 133 | 0 | 0.78 | 0.03 | 0.46 | 302.24 | 0.64 | 0.33 |
| Hex | 89 | 1E | 85 | 0 | 4E | 3 | 2E | 12E | 40 | 21 |
| Octal | 211 | 36 | 205 | 0 | 116 | 3 | 56 | 456 | 100 | 41 |
| Binary | 10001001 | 11110 | 10000101 | 0 | 1001110 | 11 | 101110 | 100101110 | 1000000 | 100001 |
Color Harmonies of #891E85
Complementary color
Monochromatic Colors of #891E85
Black with #891E85
Text Example
Text Example
White with #891E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891E85; }
p { color: rgb(137,30,133); }
H1.HeaderClassName
{
color: #891E85;
}
.AnyTagClassName
{
color: #891E85;
}
</style>
background-color css
<style>
a { background-color: #891E85; }
a { background-color: rgb(137,30,133); }
div.DivClassName
{
background-color: #891E85;
}
.BgClassName
{
background-color: #891E85;
}
</style>
border-color css
<style>
span { border-color: #891E85; }
span { border-color: rgb(137,30,133); }
td.TdClassName
{
border-color: #891E85;
}
.TagClassName
{
border-color: #891E85;
}
</style>