Shades of Dark Purple #89146B
Tints of Dark Purple #89146B
RGB
CMYK
RGB Variations
Color information
#89146B (or 0x89146B) is known color: Dark Purple. HEX triplet: 89, 14 and 6B. RGB value is (137,20,107). Sum of RGB (Red+Green+Blue) = 137+20+107=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89146B is #76EB94. Grayscale: #404040. Windows color (decimal): -7793557 or 7017609. OLE color: 7017609.
HSL color Cylindrical-coordinate representation of color #89146B: hue angle of 315.38º degrees, saturation: 0.75, 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 #89146B is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 107 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.46 |
| HSL | 315.38º | 0.75% | 0.31% | - |
| HSV(B) | 315.38º | 0.85% | 0.54% | - |
| XYZ | 13.22 | 6.88 | 14.54 | - |
| YUV | 64.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 107 | 0 | 0.85 | 0.22 | 0.46 | 315.38 | 0.75 | 0.31 |
| Hex | 89 | 14 | 6B | 0 | 55 | 16 | 2E | 13B | 4B | 1F |
| Octal | 211 | 24 | 153 | 0 | 125 | 26 | 56 | 473 | 113 | 37 |
| Binary | 10001001 | 10100 | 1101011 | 0 | 1010101 | 10110 | 101110 | 100111011 | 1001011 | 11111 |
Color Harmonies of #89146B
Complementary color
Monochromatic Colors of #89146B
Black with #89146B
Text Example
Text Example
White with #89146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89146B; }
p { color: rgb(137,20,107); }
H1.HeaderClassName
{
color: #89146B;
}
.AnyTagClassName
{
color: #89146B;
}
</style>
background-color css
<style>
a { background-color: #89146B; }
a { background-color: rgb(137,20,107); }
div.DivClassName
{
background-color: #89146B;
}
.BgClassName
{
background-color: #89146B;
}
</style>
border-color css
<style>
span { border-color: #89146B; }
span { border-color: rgb(137,20,107); }
td.TdClassName
{
border-color: #89146B;
}
.TagClassName
{
border-color: #89146B;
}
</style>