Shades of Dark Purple #89167A
Tints of Dark Purple #89167A
RGB
CMYK
RGB Variations
Color information
#89167A (or 0x89167A) is known color: Dark Purple. HEX triplet: 89, 16 and 7A. RGB value is (137,22,122). Sum of RGB (Red+Green+Blue) = 137+22+122=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89167A is #76E985. Grayscale: #434343. Windows color (decimal): -7793030 or 8001161. OLE color: 8001161.
HSL color Cylindrical-coordinate representation of color #89167A: hue angle of 307.83º 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 #89167A is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 122 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.46 |
| HSL | 307.83º | 0.72% | 0.31% | - |
| HSV(B) | 307.83º | 0.84% | 0.54% | - |
| XYZ | 14.12 | 7.3 | 19.08 | - |
| YUV | 67.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 122 | 0 | 0.84 | 0.11 | 0.46 | 307.83 | 0.72 | 0.31 |
| Hex | 89 | 16 | 7A | 0 | 54 | B | 2E | 134 | 48 | 1F |
| Octal | 211 | 26 | 172 | 0 | 124 | 13 | 56 | 464 | 110 | 37 |
| Binary | 10001001 | 10110 | 1111010 | 0 | 1010100 | 1011 | 101110 | 100110100 | 1001000 | 11111 |
Color Harmonies of #89167A
Complementary color
Monochromatic Colors of #89167A
Black with #89167A
Text Example
Text Example
White with #89167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89167A; }
p { color: rgb(137,22,122); }
H1.HeaderClassName
{
color: #89167A;
}
.AnyTagClassName
{
color: #89167A;
}
</style>
background-color css
<style>
a { background-color: #89167A; }
a { background-color: rgb(137,22,122); }
div.DivClassName
{
background-color: #89167A;
}
.BgClassName
{
background-color: #89167A;
}
</style>
border-color css
<style>
span { border-color: #89167A; }
span { border-color: rgb(137,22,122); }
td.TdClassName
{
border-color: #89167A;
}
.TagClassName
{
border-color: #89167A;
}
</style>