Shades of Dark Purple #891680
Tints of Dark Purple #891680
RGB
CMYK
RGB Variations
Color information
#891680 (or 0x891680) is known color: Dark Purple. HEX triplet: 89, 16 and 80. RGB value is (137,22,128). Sum of RGB (Red+Green+Blue) = 137+22+128=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #891680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891680 is #76E97F. Grayscale: #444444. Windows color (decimal): -7793024 or 8394377. OLE color: 8394377.
HSL color Cylindrical-coordinate representation of color #891680: hue angle of 304.7º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891680 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 128 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.46 |
| HSL | 304.7º | 0.72% | 0.31% | - |
| HSV(B) | 304.7º | 0.84% | 0.54% | - |
| XYZ | 14.5 | 7.45 | 21.1 | - |
| YUV | 68.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 128 | 0 | 0.84 | 0.07 | 0.46 | 304.7 | 0.72 | 0.31 |
| Hex | 89 | 16 | 80 | 0 | 54 | 7 | 2E | 131 | 48 | 1F |
| Octal | 211 | 26 | 200 | 0 | 124 | 7 | 56 | 461 | 110 | 37 |
| Binary | 10001001 | 10110 | 10000000 | 0 | 1010100 | 111 | 101110 | 100110001 | 1001000 | 11111 |
Color Harmonies of #891680
Complementary color
Monochromatic Colors of #891680
Black with #891680
Text Example
Text Example
White with #891680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891680; }
p { color: rgb(137,22,128); }
H1.HeaderClassName
{
color: #891680;
}
.AnyTagClassName
{
color: #891680;
}
</style>
background-color css
<style>
a { background-color: #891680; }
a { background-color: rgb(137,22,128); }
div.DivClassName
{
background-color: #891680;
}
.BgClassName
{
background-color: #891680;
}
</style>
border-color css
<style>
span { border-color: #891680; }
span { border-color: rgb(137,22,128); }
td.TdClassName
{
border-color: #891680;
}
.TagClassName
{
border-color: #891680;
}
</style>