Shades of Dark Purple #891C81
Tints of Dark Purple #891C81
RGB
CMYK
RGB Variations
Color information
#891C81 (or 0x891C81) is known color: Dark Purple. HEX triplet: 89, 1C and 81. RGB value is (137,28,129). Sum of RGB (Red+Green+Blue) = 137+28+129=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #891C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891C81 is #76E37E. Grayscale: #474747. Windows color (decimal): -7791487 or 8461449. OLE color: 8461449.
HSL color Cylindrical-coordinate representation of color #891C81: hue angle of 304.4º 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 #891C81 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 129 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.46 |
| HSL | 304.4º | 0.66% | 0.32% | - |
| HSV(B) | 304.4º | 0.8% | 0.54% | - |
| XYZ | 14.69 | 7.73 | 21.49 | - |
| YUV | 72.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 129 | 0 | 0.80 | 0.06 | 0.46 | 304.4 | 0.66 | 0.32 |
| Hex | 89 | 1C | 81 | 0 | 50 | 6 | 2E | 130 | 42 | 20 |
| Octal | 211 | 34 | 201 | 0 | 120 | 6 | 56 | 460 | 102 | 40 |
| Binary | 10001001 | 11100 | 10000001 | 0 | 1010000 | 110 | 101110 | 100110000 | 1000010 | 100000 |
Color Harmonies of #891C81
Complementary color
Monochromatic Colors of #891C81
Black with #891C81
Text Example
Text Example
White with #891C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C81; }
p { color: rgb(137,28,129); }
H1.HeaderClassName
{
color: #891C81;
}
.AnyTagClassName
{
color: #891C81;
}
</style>
background-color css
<style>
a { background-color: #891C81; }
a { background-color: rgb(137,28,129); }
div.DivClassName
{
background-color: #891C81;
}
.BgClassName
{
background-color: #891C81;
}
</style>
border-color css
<style>
span { border-color: #891C81; }
span { border-color: rgb(137,28,129); }
td.TdClassName
{
border-color: #891C81;
}
.TagClassName
{
border-color: #891C81;
}
</style>