Shades of Dark Purple #89166C
Tints of Dark Purple #89166C
RGB
CMYK
RGB Variations
Color information
#89166C (or 0x89166C) is known color: Dark Purple. HEX triplet: 89, 16 and 6C. RGB value is (137,22,108). Sum of RGB (Red+Green+Blue) = 137+22+108=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89166C is #76E993. Grayscale: #414141. Windows color (decimal): -7793044 or 7083657. OLE color: 7083657.
HSL color Cylindrical-coordinate representation of color #89166C: hue angle of 315.13º 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 #89166C is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 108 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.46 |
| HSL | 315.13º | 0.72% | 0.31% | - |
| HSV(B) | 315.13º | 0.84% | 0.54% | - |
| XYZ | 13.31 | 6.97 | 14.83 | - |
| YUV | 66.19 | 151.6 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 108 | 0 | 0.84 | 0.21 | 0.46 | 315.13 | 0.72 | 0.31 |
| Hex | 89 | 16 | 6C | 0 | 54 | 15 | 2E | 13B | 48 | 1F |
| Octal | 211 | 26 | 154 | 0 | 124 | 25 | 56 | 473 | 110 | 37 |
| Binary | 10001001 | 10110 | 1101100 | 0 | 1010100 | 10101 | 101110 | 100111011 | 1001000 | 11111 |
Color Harmonies of #89166C
Complementary color
Monochromatic Colors of #89166C
Black with #89166C
Text Example
Text Example
White with #89166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89166C; }
p { color: rgb(137,22,108); }
H1.HeaderClassName
{
color: #89166C;
}
.AnyTagClassName
{
color: #89166C;
}
</style>
background-color css
<style>
a { background-color: #89166C; }
a { background-color: rgb(137,22,108); }
div.DivClassName
{
background-color: #89166C;
}
.BgClassName
{
background-color: #89166C;
}
</style>
border-color css
<style>
span { border-color: #89166C; }
span { border-color: rgb(137,22,108); }
td.TdClassName
{
border-color: #89166C;
}
.TagClassName
{
border-color: #89166C;
}
</style>