Shades of Dark Purple #891869
Tints of Dark Purple #891869
RGB
CMYK
RGB Variations
Color information
#891869 (or 0x891869) is known color: Dark Purple. HEX triplet: 89, 18 and 69. RGB value is (137,24,105). Sum of RGB (Red+Green+Blue) = 137+24+105=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #891869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891869 is #76E796. Grayscale: #424242. Windows color (decimal): -7792535 or 6887561. OLE color: 6887561.
HSL color Cylindrical-coordinate representation of color #891869: hue angle of 316.99º 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 #891869 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 105 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.46 |
| HSL | 316.99º | 0.7% | 0.32% | - |
| HSV(B) | 316.99º | 0.82% | 0.54% | - |
| XYZ | 13.19 | 6.99 | 14.02 | - |
| YUV | 67.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 105 | 0 | 0.82 | 0.23 | 0.46 | 316.99 | 0.7 | 0.32 |
| Hex | 89 | 18 | 69 | 0 | 52 | 17 | 2E | 13D | 46 | 20 |
| Octal | 211 | 30 | 151 | 0 | 122 | 27 | 56 | 475 | 106 | 40 |
| Binary | 10001001 | 11000 | 1101001 | 0 | 1010010 | 10111 | 101110 | 100111101 | 1000110 | 100000 |
Color Harmonies of #891869
Complementary color
Monochromatic Colors of #891869
Black with #891869
Text Example
Text Example
White with #891869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891869; }
p { color: rgb(137,24,105); }
H1.HeaderClassName
{
color: #891869;
}
.AnyTagClassName
{
color: #891869;
}
</style>
background-color css
<style>
a { background-color: #891869; }
a { background-color: rgb(137,24,105); }
div.DivClassName
{
background-color: #891869;
}
.BgClassName
{
background-color: #891869;
}
</style>
border-color css
<style>
span { border-color: #891869; }
span { border-color: rgb(137,24,105); }
td.TdClassName
{
border-color: #891869;
}
.TagClassName
{
border-color: #891869;
}
</style>