Shades of Dark Purple #891867
Tints of Dark Purple #891867
RGB
CMYK
RGB Variations
Color information
#891867 (or 0x891867) is known color: Dark Purple. HEX triplet: 89, 18 and 67. RGB value is (137,24,103). Sum of RGB (Red+Green+Blue) = 137+24+103=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #891867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891867 is #76E798. Grayscale: #424242. Windows color (decimal): -7792537 or 6756489. OLE color: 6756489.
HSL color Cylindrical-coordinate representation of color #891867: hue angle of 318.05º degrees, saturation: 0.7, 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 #891867 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 103 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.46 |
| HSL | 318.05º | 0.7% | 0.32% | - |
| HSV(B) | 318.05º | 0.82% | 0.54% | - |
| XYZ | 13.09 | 6.95 | 13.48 | - |
| YUV | 66.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 103 | 0 | 0.82 | 0.25 | 0.46 | 318.05 | 0.7 | 0.32 |
| Hex | 89 | 18 | 67 | 0 | 52 | 19 | 2E | 13E | 46 | 20 |
| Octal | 211 | 30 | 147 | 0 | 122 | 31 | 56 | 476 | 106 | 40 |
| Binary | 10001001 | 11000 | 1100111 | 0 | 1010010 | 11001 | 101110 | 100111110 | 1000110 | 100000 |
Color Harmonies of #891867
Complementary color
Monochromatic Colors of #891867
Black with #891867
Text Example
Text Example
White with #891867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891867; }
p { color: rgb(137,24,103); }
H1.HeaderClassName
{
color: #891867;
}
.AnyTagClassName
{
color: #891867;
}
</style>
background-color css
<style>
a { background-color: #891867; }
a { background-color: rgb(137,24,103); }
div.DivClassName
{
background-color: #891867;
}
.BgClassName
{
background-color: #891867;
}
</style>
border-color css
<style>
span { border-color: #891867; }
span { border-color: rgb(137,24,103); }
td.TdClassName
{
border-color: #891867;
}
.TagClassName
{
border-color: #891867;
}
</style>