Shades of Dark Purple #89116B
Tints of Dark Purple #89116B
RGB
CMYK
RGB Variations
Color information
#89116B (or 0x89116B) is known color: Dark Purple. HEX triplet: 89, 11 and 6B. RGB value is (137,17,107). Sum of RGB (Red+Green+Blue) = 137+17+107=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #89116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89116B is #76EE94. Grayscale: #3E3E3E. Windows color (decimal): -7794325 or 7016841. OLE color: 7016841.
HSL color Cylindrical-coordinate representation of color #89116B: hue angle of 315º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89116B is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 107 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.46 |
| HSL | 315º | 0.78% | 0.3% | - |
| HSV(B) | 315º | 0.88% | 0.54% | - |
| XYZ | 13.17 | 6.78 | 14.52 | - |
| YUV | 63.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 107 | 0 | 0.88 | 0.22 | 0.46 | 315 | 0.78 | 0.3 |
| Hex | 89 | 11 | 6B | 0 | 58 | 16 | 2E | 13B | 4E | 1E |
| Octal | 211 | 21 | 153 | 0 | 130 | 26 | 56 | 473 | 116 | 36 |
| Binary | 10001001 | 10001 | 1101011 | 0 | 1011000 | 10110 | 101110 | 100111011 | 1001110 | 11110 |
Color Harmonies of #89116B
Complementary color
Monochromatic Colors of #89116B
Black with #89116B
Text Example
Text Example
White with #89116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89116B; }
p { color: rgb(137,17,107); }
H1.HeaderClassName
{
color: #89116B;
}
.AnyTagClassName
{
color: #89116B;
}
</style>
background-color css
<style>
a { background-color: #89116B; }
a { background-color: rgb(137,17,107); }
div.DivClassName
{
background-color: #89116B;
}
.BgClassName
{
background-color: #89116B;
}
</style>
border-color css
<style>
span { border-color: #89116B; }
span { border-color: rgb(137,17,107); }
td.TdClassName
{
border-color: #89116B;
}
.TagClassName
{
border-color: #89116B;
}
</style>