Shades of Dark Purple #891372
Tints of Dark Purple #891372
RGB
CMYK
RGB Variations
Color information
#891372 (or 0x891372) is known color: Dark Purple. HEX triplet: 89, 13 and 72. RGB value is (137,19,114). Sum of RGB (Red+Green+Blue) = 137+19+114=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #891372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891372 is #76EC8D. Grayscale: #404040. Windows color (decimal): -7793806 or 7476105. OLE color: 7476105.
HSL color Cylindrical-coordinate representation of color #891372: hue angle of 311.69º 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 #891372 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 114 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.46 |
| HSL | 311.69º | 0.76% | 0.31% | - |
| HSV(B) | 311.69º | 0.86% | 0.54% | - |
| XYZ | 13.59 | 7 | 16.55 | - |
| YUV | 65.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 114 | 0 | 0.86 | 0.17 | 0.46 | 311.69 | 0.76 | 0.31 |
| Hex | 89 | 13 | 72 | 0 | 56 | 11 | 2E | 138 | 4C | 1F |
| Octal | 211 | 23 | 162 | 0 | 126 | 21 | 56 | 470 | 114 | 37 |
| Binary | 10001001 | 10011 | 1110010 | 0 | 1010110 | 10001 | 101110 | 100111000 | 1001100 | 11111 |
Color Harmonies of #891372
Complementary color
Monochromatic Colors of #891372
Black with #891372
Text Example
Text Example
White with #891372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891372; }
p { color: rgb(137,19,114); }
H1.HeaderClassName
{
color: #891372;
}
.AnyTagClassName
{
color: #891372;
}
</style>
background-color css
<style>
a { background-color: #891372; }
a { background-color: rgb(137,19,114); }
div.DivClassName
{
background-color: #891372;
}
.BgClassName
{
background-color: #891372;
}
</style>
border-color css
<style>
span { border-color: #891372; }
span { border-color: rgb(137,19,114); }
td.TdClassName
{
border-color: #891372;
}
.TagClassName
{
border-color: #891372;
}
</style>