Shades of Dark Purple #891667
Tints of Dark Purple #891667
RGB
CMYK
RGB Variations
Color information
#891667 (or 0x891667) is known color: Dark Purple. HEX triplet: 89, 16 and 67. RGB value is (137,22,103). Sum of RGB (Red+Green+Blue) = 137+22+103=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #891667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891667 is #76E998. Grayscale: #414141. Windows color (decimal): -7793049 or 6755977. OLE color: 6755977.
HSL color Cylindrical-coordinate representation of color #891667: hue angle of 317.74º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891667 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 103 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.46 |
| HSL | 317.74º | 0.72% | 0.31% | - |
| HSV(B) | 317.74º | 0.84% | 0.54% | - |
| XYZ | 13.05 | 6.87 | 13.47 | - |
| YUV | 65.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 103 | 0 | 0.84 | 0.25 | 0.46 | 317.74 | 0.72 | 0.31 |
| Hex | 89 | 16 | 67 | 0 | 54 | 19 | 2E | 13E | 48 | 1F |
| Octal | 211 | 26 | 147 | 0 | 124 | 31 | 56 | 476 | 110 | 37 |
| Binary | 10001001 | 10110 | 1100111 | 0 | 1010100 | 11001 | 101110 | 100111110 | 1001000 | 11111 |
Color Harmonies of #891667
Complementary color
Monochromatic Colors of #891667
Black with #891667
Text Example
Text Example
White with #891667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891667; }
p { color: rgb(137,22,103); }
H1.HeaderClassName
{
color: #891667;
}
.AnyTagClassName
{
color: #891667;
}
</style>
background-color css
<style>
a { background-color: #891667; }
a { background-color: rgb(137,22,103); }
div.DivClassName
{
background-color: #891667;
}
.BgClassName
{
background-color: #891667;
}
</style>
border-color css
<style>
span { border-color: #891667; }
span { border-color: rgb(137,22,103); }
td.TdClassName
{
border-color: #891667;
}
.TagClassName
{
border-color: #891667;
}
</style>