Shades of Dark Purple #891380
Tints of Dark Purple #891380
RGB
CMYK
RGB Variations
Color information
#891380 (or 0x891380) is known color: Dark Purple. HEX triplet: 89, 13 and 80. RGB value is (137,19,128). Sum of RGB (Red+Green+Blue) = 137+19+128=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #891380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891380 is #76EC7F. Grayscale: #424242. Windows color (decimal): -7793792 or 8393609. OLE color: 8393609.
HSL color Cylindrical-coordinate representation of color #891380: hue angle of 304.58º 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 #891380 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 128 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.46 |
| HSL | 304.58º | 0.76% | 0.31% | - |
| HSV(B) | 304.58º | 0.86% | 0.54% | - |
| XYZ | 14.45 | 7.34 | 21.08 | - |
| YUV | 66.71 | 162.59 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 128 | 0 | 0.86 | 0.07 | 0.46 | 304.58 | 0.76 | 0.31 |
| Hex | 89 | 13 | 80 | 0 | 56 | 7 | 2E | 131 | 4C | 1F |
| Octal | 211 | 23 | 200 | 0 | 126 | 7 | 56 | 461 | 114 | 37 |
| Binary | 10001001 | 10011 | 10000000 | 0 | 1010110 | 111 | 101110 | 100110001 | 1001100 | 11111 |
Color Harmonies of #891380
Complementary color
Monochromatic Colors of #891380
Black with #891380
Text Example
Text Example
White with #891380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891380; }
p { color: rgb(137,19,128); }
H1.HeaderClassName
{
color: #891380;
}
.AnyTagClassName
{
color: #891380;
}
</style>
background-color css
<style>
a { background-color: #891380; }
a { background-color: rgb(137,19,128); }
div.DivClassName
{
background-color: #891380;
}
.BgClassName
{
background-color: #891380;
}
</style>
border-color css
<style>
span { border-color: #891380; }
span { border-color: rgb(137,19,128); }
td.TdClassName
{
border-color: #891380;
}
.TagClassName
{
border-color: #891380;
}
</style>