Shades of Dark Purple #891876
Tints of Dark Purple #891876
RGB
CMYK
RGB Variations
Color information
#891876 (or 0x891876) is known color: Dark Purple. HEX triplet: 89, 18 and 76. RGB value is (137,24,118). Sum of RGB (Red+Green+Blue) = 137+24+118=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #891876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891876 is #76E789. Grayscale: #444444. Windows color (decimal): -7792522 or 7739529. OLE color: 7739529.
HSL color Cylindrical-coordinate representation of color #891876: hue angle of 310.09º 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 #891876 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 118 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.46 |
| HSL | 310.09º | 0.7% | 0.32% | - |
| HSV(B) | 310.09º | 0.82% | 0.54% | - |
| XYZ | 13.91 | 7.28 | 17.81 | - |
| YUV | 68.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 118 | 0 | 0.82 | 0.14 | 0.46 | 310.09 | 0.7 | 0.32 |
| Hex | 89 | 18 | 76 | 0 | 52 | E | 2E | 136 | 46 | 20 |
| Octal | 211 | 30 | 166 | 0 | 122 | 16 | 56 | 466 | 106 | 40 |
| Binary | 10001001 | 11000 | 1110110 | 0 | 1010010 | 1110 | 101110 | 100110110 | 1000110 | 100000 |
Color Harmonies of #891876
Complementary color
Monochromatic Colors of #891876
Black with #891876
Text Example
Text Example
White with #891876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891876; }
p { color: rgb(137,24,118); }
H1.HeaderClassName
{
color: #891876;
}
.AnyTagClassName
{
color: #891876;
}
</style>
background-color css
<style>
a { background-color: #891876; }
a { background-color: rgb(137,24,118); }
div.DivClassName
{
background-color: #891876;
}
.BgClassName
{
background-color: #891876;
}
</style>
border-color css
<style>
span { border-color: #891876; }
span { border-color: rgb(137,24,118); }
td.TdClassName
{
border-color: #891876;
}
.TagClassName
{
border-color: #891876;
}
</style>