Shades of Dark Purple #89196A
Tints of Dark Purple #89196A
RGB
CMYK
RGB Variations
Color information
#89196A (or 0x89196A) is known color: Dark Purple. HEX triplet: 89, 19 and 6A. RGB value is (137,25,106). Sum of RGB (Red+Green+Blue) = 137+25+106=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89196A is #76E695. Grayscale: #434343. Windows color (decimal): -7792278 or 6953353. OLE color: 6953353.
HSL color Cylindrical-coordinate representation of color #89196A: hue angle of 316.61º 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 #89196A is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 106 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.46 |
| HSL | 316.61º | 0.69% | 0.32% | - |
| HSV(B) | 316.61º | 0.82% | 0.54% | - |
| XYZ | 13.27 | 7.05 | 14.3 | - |
| YUV | 67.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 106 | 0 | 0.82 | 0.23 | 0.46 | 316.61 | 0.69 | 0.32 |
| Hex | 89 | 19 | 6A | 0 | 52 | 17 | 2E | 13D | 45 | 20 |
| Octal | 211 | 31 | 152 | 0 | 122 | 27 | 56 | 475 | 105 | 40 |
| Binary | 10001001 | 11001 | 1101010 | 0 | 1010010 | 10111 | 101110 | 100111101 | 1000101 | 100000 |
Color Harmonies of #89196A
Complementary color
Monochromatic Colors of #89196A
Black with #89196A
Text Example
Text Example
White with #89196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89196A; }
p { color: rgb(137,25,106); }
H1.HeaderClassName
{
color: #89196A;
}
.AnyTagClassName
{
color: #89196A;
}
</style>
background-color css
<style>
a { background-color: #89196A; }
a { background-color: rgb(137,25,106); }
div.DivClassName
{
background-color: #89196A;
}
.BgClassName
{
background-color: #89196A;
}
</style>
border-color css
<style>
span { border-color: #89196A; }
span { border-color: rgb(137,25,106); }
td.TdClassName
{
border-color: #89196A;
}
.TagClassName
{
border-color: #89196A;
}
</style>