Shades of Dark Purple #891174
Tints of Dark Purple #891174
RGB
CMYK
RGB Variations
Color information
#891174 (or 0x891174) is known color: Dark Purple. HEX triplet: 89, 11 and 74. RGB value is (137,17,116). Sum of RGB (Red+Green+Blue) = 137+17+116=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #891174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891174 is #76EE8B. Grayscale: #3F3F3F. Windows color (decimal): -7794316 or 7606665. OLE color: 7606665.
HSL color Cylindrical-coordinate representation of color #891174: hue angle of 310.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891174 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 116 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.46 |
| HSL | 310.5º | 0.78% | 0.3% | - |
| HSV(B) | 310.5º | 0.88% | 0.54% | - |
| XYZ | 13.67 | 6.98 | 17.15 | - |
| YUV | 64.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 116 | 0 | 0.88 | 0.15 | 0.46 | 310.5 | 0.78 | 0.3 |
| Hex | 89 | 11 | 74 | 0 | 58 | F | 2E | 136 | 4E | 1E |
| Octal | 211 | 21 | 164 | 0 | 130 | 17 | 56 | 466 | 116 | 36 |
| Binary | 10001001 | 10001 | 1110100 | 0 | 1011000 | 1111 | 101110 | 100110110 | 1001110 | 11110 |
Color Harmonies of #891174
Complementary color
Monochromatic Colors of #891174
Black with #891174
Text Example
Text Example
White with #891174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891174; }
p { color: rgb(137,17,116); }
H1.HeaderClassName
{
color: #891174;
}
.AnyTagClassName
{
color: #891174;
}
</style>
background-color css
<style>
a { background-color: #891174; }
a { background-color: rgb(137,17,116); }
div.DivClassName
{
background-color: #891174;
}
.BgClassName
{
background-color: #891174;
}
</style>
border-color css
<style>
span { border-color: #891174; }
span { border-color: rgb(137,17,116); }
td.TdClassName
{
border-color: #891174;
}
.TagClassName
{
border-color: #891174;
}
</style>