Shades of Dark Purple #891976
Tints of Dark Purple #891976
RGB
CMYK
RGB Variations
Color information
#891976 (or 0x891976) is known color: Dark Purple. HEX triplet: 89, 19 and 76. RGB value is (137,25,118). Sum of RGB (Red+Green+Blue) = 137+25+118=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #891976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891976 is #76E689. Grayscale: #444444. Windows color (decimal): -7792266 or 7739785. OLE color: 7739785.
HSL color Cylindrical-coordinate representation of color #891976: hue angle of 310.18º degrees, saturation: 0.69, 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 #891976 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 118 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.46 |
| HSL | 310.18º | 0.69% | 0.32% | - |
| HSV(B) | 310.18º | 0.82% | 0.54% | - |
| XYZ | 13.93 | 7.32 | 17.82 | - |
| YUV | 69.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 118 | 0 | 0.82 | 0.14 | 0.46 | 310.18 | 0.69 | 0.32 |
| Hex | 89 | 19 | 76 | 0 | 52 | E | 2E | 136 | 45 | 20 |
| Octal | 211 | 31 | 166 | 0 | 122 | 16 | 56 | 466 | 105 | 40 |
| Binary | 10001001 | 11001 | 1110110 | 0 | 1010010 | 1110 | 101110 | 100110110 | 1000101 | 100000 |
Color Harmonies of #891976
Complementary color
Monochromatic Colors of #891976
Black with #891976
Text Example
Text Example
White with #891976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891976; }
p { color: rgb(137,25,118); }
H1.HeaderClassName
{
color: #891976;
}
.AnyTagClassName
{
color: #891976;
}
</style>
background-color css
<style>
a { background-color: #891976; }
a { background-color: rgb(137,25,118); }
div.DivClassName
{
background-color: #891976;
}
.BgClassName
{
background-color: #891976;
}
</style>
border-color css
<style>
span { border-color: #891976; }
span { border-color: rgb(137,25,118); }
td.TdClassName
{
border-color: #891976;
}
.TagClassName
{
border-color: #891976;
}
</style>