Shades of Dark Purple #891982
Tints of Dark Purple #891982
RGB
CMYK
RGB Variations
Color information
#891982 (or 0x891982) is known color: Dark Purple. HEX triplet: 89, 19 and 82. RGB value is (137,25,130). Sum of RGB (Red+Green+Blue) = 137+25+130=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #891982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891982 is #76E67D. Grayscale: #464646. Windows color (decimal): -7792254 or 8526217. OLE color: 8526217.
HSL color Cylindrical-coordinate representation of color #891982: hue angle of 303.75º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891982 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 130 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.46 |
| HSL | 303.75º | 0.69% | 0.32% | - |
| HSV(B) | 303.75º | 0.82% | 0.54% | - |
| XYZ | 14.69 | 7.63 | 21.82 | - |
| YUV | 70.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 130 | 0 | 0.82 | 0.05 | 0.46 | 303.75 | 0.69 | 0.32 |
| Hex | 89 | 19 | 82 | 0 | 52 | 5 | 2E | 130 | 45 | 20 |
| Octal | 211 | 31 | 202 | 0 | 122 | 5 | 56 | 460 | 105 | 40 |
| Binary | 10001001 | 11001 | 10000010 | 0 | 1010010 | 101 | 101110 | 100110000 | 1000101 | 100000 |
Color Harmonies of #891982
Complementary color
Monochromatic Colors of #891982
Black with #891982
Text Example
Text Example
White with #891982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891982; }
p { color: rgb(137,25,130); }
H1.HeaderClassName
{
color: #891982;
}
.AnyTagClassName
{
color: #891982;
}
</style>
background-color css
<style>
a { background-color: #891982; }
a { background-color: rgb(137,25,130); }
div.DivClassName
{
background-color: #891982;
}
.BgClassName
{
background-color: #891982;
}
</style>
border-color css
<style>
span { border-color: #891982; }
span { border-color: rgb(137,25,130); }
td.TdClassName
{
border-color: #891982;
}
.TagClassName
{
border-color: #891982;
}
</style>