Shades of Dark Purple #891764
Tints of Dark Purple #891764
RGB
CMYK
RGB Variations
Color information
#891764 (or 0x891764) is known color: Dark Purple. HEX triplet: 89, 17 and 64. RGB value is (137,23,100). Sum of RGB (Red+Green+Blue) = 137+23+100=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #891764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891764 is #76E89B. Grayscale: #414141. Windows color (decimal): -7792796 or 6559625. OLE color: 6559625.
HSL color Cylindrical-coordinate representation of color #891764: hue angle of 319.47º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891764 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 23 | 100 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.46 |
| HSL | 319.47º | 0.71% | 0.31% | - |
| HSV(B) | 319.47º | 0.83% | 0.54% | - |
| XYZ | 12.92 | 6.85 | 12.7 | - |
| YUV | 65.86 | 147.27 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 100 | 0 | 0.83 | 0.27 | 0.46 | 319.47 | 0.71 | 0.31 |
| Hex | 89 | 17 | 64 | 0 | 53 | 1B | 2E | 13F | 47 | 1F |
| Octal | 211 | 27 | 144 | 0 | 123 | 33 | 56 | 477 | 107 | 37 |
| Binary | 10001001 | 10111 | 1100100 | 0 | 1010011 | 11011 | 101110 | 100111111 | 1000111 | 11111 |
Color Harmonies of #891764
Complementary color
Monochromatic Colors of #891764
Black with #891764
Text Example
Text Example
White with #891764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891764; }
p { color: rgb(137,23,100); }
H1.HeaderClassName
{
color: #891764;
}
.AnyTagClassName
{
color: #891764;
}
</style>
background-color css
<style>
a { background-color: #891764; }
a { background-color: rgb(137,23,100); }
div.DivClassName
{
background-color: #891764;
}
.BgClassName
{
background-color: #891764;
}
</style>
border-color css
<style>
span { border-color: #891764; }
span { border-color: rgb(137,23,100); }
td.TdClassName
{
border-color: #891764;
}
.TagClassName
{
border-color: #891764;
}
</style>