Shades of Dark Purple #89196E
Tints of Dark Purple #89196E
RGB
CMYK
RGB Variations
Color information
#89196E (or 0x89196E) is known color: Dark Purple. HEX triplet: 89, 19 and 6E. RGB value is (137,25,110). Sum of RGB (Red+Green+Blue) = 137+25+110=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #89196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89196E is #76E691. Grayscale: #434343. Windows color (decimal): -7792274 or 7215497. OLE color: 7215497.
HSL color Cylindrical-coordinate representation of color #89196E: hue angle of 314.46º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89196E is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 110 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.46 |
| HSL | 314.46º | 0.69% | 0.32% | - |
| HSV(B) | 314.46º | 0.82% | 0.54% | - |
| XYZ | 13.48 | 7.14 | 15.42 | - |
| YUV | 68.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 110 | 0 | 0.82 | 0.20 | 0.46 | 314.46 | 0.69 | 0.32 |
| Hex | 89 | 19 | 6E | 0 | 52 | 14 | 2E | 13A | 45 | 20 |
| Octal | 211 | 31 | 156 | 0 | 122 | 24 | 56 | 472 | 105 | 40 |
| Binary | 10001001 | 11001 | 1101110 | 0 | 1010010 | 10100 | 101110 | 100111010 | 1000101 | 100000 |
Color Harmonies of #89196E
Complementary color
Monochromatic Colors of #89196E
Black with #89196E
Text Example
Text Example
White with #89196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89196E; }
p { color: rgb(137,25,110); }
H1.HeaderClassName
{
color: #89196E;
}
.AnyTagClassName
{
color: #89196E;
}
</style>
background-color css
<style>
a { background-color: #89196E; }
a { background-color: rgb(137,25,110); }
div.DivClassName
{
background-color: #89196E;
}
.BgClassName
{
background-color: #89196E;
}
</style>
border-color css
<style>
span { border-color: #89196E; }
span { border-color: rgb(137,25,110); }
td.TdClassName
{
border-color: #89196E;
}
.TagClassName
{
border-color: #89196E;
}
</style>