Shades of Dark Purple #891379
Tints of Dark Purple #891379
RGB
CMYK
RGB Variations
Color information
#891379 (or 0x891379) is known color: Dark Purple. HEX triplet: 89, 13 and 79. RGB value is (137,19,121). Sum of RGB (Red+Green+Blue) = 137+19+121=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #891379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891379 is #76EC86. Grayscale: #414141. Windows color (decimal): -7793799 or 7934857. OLE color: 7934857.
HSL color Cylindrical-coordinate representation of color #891379: hue angle of 308.14º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891379 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 121 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.46 |
| HSL | 308.14º | 0.76% | 0.31% | - |
| HSV(B) | 308.14º | 0.86% | 0.54% | - |
| XYZ | 14 | 7.16 | 18.73 | - |
| YUV | 65.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 121 | 0 | 0.86 | 0.12 | 0.46 | 308.14 | 0.76 | 0.31 |
| Hex | 89 | 13 | 79 | 0 | 56 | C | 2E | 134 | 4C | 1F |
| Octal | 211 | 23 | 171 | 0 | 126 | 14 | 56 | 464 | 114 | 37 |
| Binary | 10001001 | 10011 | 1111001 | 0 | 1010110 | 1100 | 101110 | 100110100 | 1001100 | 11111 |
Color Harmonies of #891379
Complementary color
Monochromatic Colors of #891379
Black with #891379
Text Example
Text Example
White with #891379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891379; }
p { color: rgb(137,19,121); }
H1.HeaderClassName
{
color: #891379;
}
.AnyTagClassName
{
color: #891379;
}
</style>
background-color css
<style>
a { background-color: #891379; }
a { background-color: rgb(137,19,121); }
div.DivClassName
{
background-color: #891379;
}
.BgClassName
{
background-color: #891379;
}
</style>
border-color css
<style>
span { border-color: #891379; }
span { border-color: rgb(137,19,121); }
td.TdClassName
{
border-color: #891379;
}
.TagClassName
{
border-color: #891379;
}
</style>