Shades of Dark Purple #891C87
Tints of Dark Purple #891C87
RGB
CMYK
RGB Variations
Color information
#891C87 (or 0x891C87) is known color: Dark Purple. HEX triplet: 89, 1C and 87. RGB value is (137,28,135). Sum of RGB (Red+Green+Blue) = 137+28+135=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #891C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891C87 is #76E378. Grayscale: #484848. Windows color (decimal): -7791481 or 8854665. OLE color: 8854665.
HSL color Cylindrical-coordinate representation of color #891C87: hue angle of 301.1º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C87 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 135 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.46 |
| HSL | 301.1º | 0.66% | 0.32% | - |
| HSV(B) | 301.1º | 0.8% | 0.54% | - |
| XYZ | 15.1 | 7.9 | 23.65 | - |
| YUV | 72.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 135 | 0 | 0.80 | 0.01 | 0.46 | 301.1 | 0.66 | 0.32 |
| Hex | 89 | 1C | 87 | 0 | 50 | 1 | 2E | 12D | 42 | 20 |
| Octal | 211 | 34 | 207 | 0 | 120 | 1 | 56 | 455 | 102 | 40 |
| Binary | 10001001 | 11100 | 10000111 | 0 | 1010000 | 1 | 101110 | 100101101 | 1000010 | 100000 |
Color Harmonies of #891C87
Complementary color
Monochromatic Colors of #891C87
Black with #891C87
Text Example
Text Example
White with #891C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C87; }
p { color: rgb(137,28,135); }
H1.HeaderClassName
{
color: #891C87;
}
.AnyTagClassName
{
color: #891C87;
}
</style>
background-color css
<style>
a { background-color: #891C87; }
a { background-color: rgb(137,28,135); }
div.DivClassName
{
background-color: #891C87;
}
.BgClassName
{
background-color: #891C87;
}
</style>
border-color css
<style>
span { border-color: #891C87; }
span { border-color: rgb(137,28,135); }
td.TdClassName
{
border-color: #891C87;
}
.TagClassName
{
border-color: #891C87;
}
</style>