Shades of Dark Purple #891964
Tints of Dark Purple #891964
RGB
CMYK
RGB Variations
Color information
#891964 (or 0x891964) is known color: Dark Purple. HEX triplet: 89, 19 and 64. RGB value is (137,25,100). Sum of RGB (Red+Green+Blue) = 137+25+100=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #891964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891964 is #76E69B. Grayscale: #424242. Windows color (decimal): -7792284 or 6560137. OLE color: 6560137.
HSL color Cylindrical-coordinate representation of color #891964: hue angle of 319.82º 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 #891964 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 100 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.46 |
| HSL | 319.82º | 0.69% | 0.32% | - |
| HSV(B) | 319.82º | 0.82% | 0.54% | - |
| XYZ | 12.96 | 6.93 | 12.71 | - |
| YUV | 67.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 100 | 0 | 0.82 | 0.27 | 0.46 | 319.82 | 0.69 | 0.32 |
| Hex | 89 | 19 | 64 | 0 | 52 | 1B | 2E | 140 | 45 | 20 |
| Octal | 211 | 31 | 144 | 0 | 122 | 33 | 56 | 500 | 105 | 40 |
| Binary | 10001001 | 11001 | 1100100 | 0 | 1010010 | 11011 | 101110 | 101000000 | 1000101 | 100000 |
Color Harmonies of #891964
Complementary color
Monochromatic Colors of #891964
Black with #891964
Text Example
Text Example
White with #891964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891964; }
p { color: rgb(137,25,100); }
H1.HeaderClassName
{
color: #891964;
}
.AnyTagClassName
{
color: #891964;
}
</style>
background-color css
<style>
a { background-color: #891964; }
a { background-color: rgb(137,25,100); }
div.DivClassName
{
background-color: #891964;
}
.BgClassName
{
background-color: #891964;
}
</style>
border-color css
<style>
span { border-color: #891964; }
span { border-color: rgb(137,25,100); }
td.TdClassName
{
border-color: #891964;
}
.TagClassName
{
border-color: #891964;
}
</style>