Shades of Dark Purple #891382
Tints of Dark Purple #891382
RGB
CMYK
RGB Variations
Color information
#891382 (or 0x891382) is known color: Dark Purple. HEX triplet: 89, 13 and 82. RGB value is (137,19,130). Sum of RGB (Red+Green+Blue) = 137+19+130=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #891382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891382 is #76EC7D. Grayscale: #424242. Windows color (decimal): -7793790 or 8524681. OLE color: 8524681.
HSL color Cylindrical-coordinate representation of color #891382: hue angle of 303.56º 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 #891382 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 130 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.46 |
| HSL | 303.56º | 0.76% | 0.31% | - |
| HSV(B) | 303.56º | 0.86% | 0.54% | - |
| XYZ | 14.58 | 7.4 | 21.78 | - |
| YUV | 66.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 130 | 0 | 0.86 | 0.05 | 0.46 | 303.56 | 0.76 | 0.31 |
| Hex | 89 | 13 | 82 | 0 | 56 | 5 | 2E | 130 | 4C | 1F |
| Octal | 211 | 23 | 202 | 0 | 126 | 5 | 56 | 460 | 114 | 37 |
| Binary | 10001001 | 10011 | 10000010 | 0 | 1010110 | 101 | 101110 | 100110000 | 1001100 | 11111 |
Color Harmonies of #891382
Complementary color
Monochromatic Colors of #891382
Black with #891382
Text Example
Text Example
White with #891382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891382; }
p { color: rgb(137,19,130); }
H1.HeaderClassName
{
color: #891382;
}
.AnyTagClassName
{
color: #891382;
}
</style>
background-color css
<style>
a { background-color: #891382; }
a { background-color: rgb(137,19,130); }
div.DivClassName
{
background-color: #891382;
}
.BgClassName
{
background-color: #891382;
}
</style>
border-color css
<style>
span { border-color: #891382; }
span { border-color: rgb(137,19,130); }
td.TdClassName
{
border-color: #891382;
}
.TagClassName
{
border-color: #891382;
}
</style>