Shades of Dark Purple #891C8D
Tints of Dark Purple #891C8D
RGB
CMYK
RGB Variations
Color information
#891C8D (or 0x891C8D) is known color: Dark Purple. HEX triplet: 89, 1C and 8D. RGB value is (137,28,141). Sum of RGB (Red+Green+Blue) = 137+28+141=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #891C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891C8D is #76E372. Grayscale: #494949. Windows color (decimal): -7791475 or 9247881. OLE color: 9247881.
HSL color Cylindrical-coordinate representation of color #891C8D: hue angle of 297.88º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C8D is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 28 | 141 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.45 |
| HSL | 297.88º | 0.67% | 0.33% | - |
| HSV(B) | 297.88º | 0.8% | 0.55% | - |
| XYZ | 15.54 | 8.07 | 25.94 | - |
| YUV | 73.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 141 | 0.03 | 0.80 | 0 | 0.45 | 297.88 | 0.67 | 0.33 |
| Hex | 89 | 1C | 8D | 3 | 50 | 0 | 2D | 12A | 43 | 21 |
| Octal | 211 | 34 | 215 | 3 | 120 | 0 | 55 | 452 | 103 | 41 |
| Binary | 10001001 | 11100 | 10001101 | 11 | 1010000 | 0 | 101101 | 100101010 | 1000011 | 100001 |
Color Harmonies of #891C8D
Complementary color
Monochromatic Colors of #891C8D
Black with #891C8D
Text Example
Text Example
White with #891C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C8D; }
p { color: rgb(137,28,141); }
H1.HeaderClassName
{
color: #891C8D;
}
.AnyTagClassName
{
color: #891C8D;
}
</style>
background-color css
<style>
a { background-color: #891C8D; }
a { background-color: rgb(137,28,141); }
div.DivClassName
{
background-color: #891C8D;
}
.BgClassName
{
background-color: #891C8D;
}
</style>
border-color css
<style>
span { border-color: #891C8D; }
span { border-color: rgb(137,28,141); }
td.TdClassName
{
border-color: #891C8D;
}
.TagClassName
{
border-color: #891C8D;
}
</style>