Shades of Dark Purple #891569
Tints of Dark Purple #891569
RGB
CMYK
RGB Variations
Color information
#891569 (or 0x891569) is known color: Dark Purple. HEX triplet: 89, 15 and 69. RGB value is (137,21,105). Sum of RGB (Red+Green+Blue) = 137+21+105=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #891569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891569 is #76EA96. Grayscale: #414141. Windows color (decimal): -7793303 or 6886793. OLE color: 6886793.
HSL color Cylindrical-coordinate representation of color #891569: hue angle of 316.55º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891569 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 21 | 105 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.46 |
| HSL | 316.55º | 0.73% | 0.31% | - |
| HSV(B) | 316.55º | 0.85% | 0.54% | - |
| XYZ | 13.13 | 6.87 | 14 | - |
| YUV | 65.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 105 | 0 | 0.85 | 0.23 | 0.46 | 316.55 | 0.73 | 0.31 |
| Hex | 89 | 15 | 69 | 0 | 55 | 17 | 2E | 13D | 49 | 1F |
| Octal | 211 | 25 | 151 | 0 | 125 | 27 | 56 | 475 | 111 | 37 |
| Binary | 10001001 | 10101 | 1101001 | 0 | 1010101 | 10111 | 101110 | 100111101 | 1001001 | 11111 |
Color Harmonies of #891569
Complementary color
Monochromatic Colors of #891569
Black with #891569
Text Example
Text Example
White with #891569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891569; }
p { color: rgb(137,21,105); }
H1.HeaderClassName
{
color: #891569;
}
.AnyTagClassName
{
color: #891569;
}
</style>
background-color css
<style>
a { background-color: #891569; }
a { background-color: rgb(137,21,105); }
div.DivClassName
{
background-color: #891569;
}
.BgClassName
{
background-color: #891569;
}
</style>
border-color css
<style>
span { border-color: #891569; }
span { border-color: rgb(137,21,105); }
td.TdClassName
{
border-color: #891569;
}
.TagClassName
{
border-color: #891569;
}
</style>