Shades of Dark Purple #891871
Tints of Dark Purple #891871
RGB
CMYK
RGB Variations
Color information
#891871 (or 0x891871) is known color: Dark Purple. HEX triplet: 89, 18 and 71. RGB value is (137,24,113). Sum of RGB (Red+Green+Blue) = 137+24+113=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #891871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891871 is #76E78E. Grayscale: #434343. Windows color (decimal): -7792527 or 7411849. OLE color: 7411849.
HSL color Cylindrical-coordinate representation of color #891871: hue angle of 312.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891871 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 113 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.46 |
| HSL | 312.74º | 0.7% | 0.32% | - |
| HSV(B) | 312.74º | 0.82% | 0.54% | - |
| XYZ | 13.62 | 7.16 | 16.29 | - |
| YUV | 67.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 113 | 0 | 0.82 | 0.18 | 0.46 | 312.74 | 0.7 | 0.32 |
| Hex | 89 | 18 | 71 | 0 | 52 | 12 | 2E | 139 | 46 | 20 |
| Octal | 211 | 30 | 161 | 0 | 122 | 22 | 56 | 471 | 106 | 40 |
| Binary | 10001001 | 11000 | 1110001 | 0 | 1010010 | 10010 | 101110 | 100111001 | 1000110 | 100000 |
Color Harmonies of #891871
Complementary color
Monochromatic Colors of #891871
Black with #891871
Text Example
Text Example
White with #891871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891871; }
p { color: rgb(137,24,113); }
H1.HeaderClassName
{
color: #891871;
}
.AnyTagClassName
{
color: #891871;
}
</style>
background-color css
<style>
a { background-color: #891871; }
a { background-color: rgb(137,24,113); }
div.DivClassName
{
background-color: #891871;
}
.BgClassName
{
background-color: #891871;
}
</style>
border-color css
<style>
span { border-color: #891871; }
span { border-color: rgb(137,24,113); }
td.TdClassName
{
border-color: #891871;
}
.TagClassName
{
border-color: #891871;
}
</style>