Shades of Dark Purple #89196B
Tints of Dark Purple #89196B
RGB
CMYK
RGB Variations
Color information
#89196B (or 0x89196B) is known color: Dark Purple. HEX triplet: 89, 19 and 6B. RGB value is (137,25,107). Sum of RGB (Red+Green+Blue) = 137+25+107=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89196B is #76E694. Grayscale: #434343. Windows color (decimal): -7792277 or 7018889. OLE color: 7018889.
HSL color Cylindrical-coordinate representation of color #89196B: hue angle of 316.07º 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 #89196B is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 107 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.46 |
| HSL | 316.07º | 0.69% | 0.32% | - |
| HSV(B) | 316.07º | 0.82% | 0.54% | - |
| XYZ | 13.32 | 7.08 | 14.57 | - |
| YUV | 67.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 107 | 0 | 0.82 | 0.22 | 0.46 | 316.07 | 0.69 | 0.32 |
| Hex | 89 | 19 | 6B | 0 | 52 | 16 | 2E | 13C | 45 | 20 |
| Octal | 211 | 31 | 153 | 0 | 122 | 26 | 56 | 474 | 105 | 40 |
| Binary | 10001001 | 11001 | 1101011 | 0 | 1010010 | 10110 | 101110 | 100111100 | 1000101 | 100000 |
Color Harmonies of #89196B
Complementary color
Monochromatic Colors of #89196B
Black with #89196B
Text Example
Text Example
White with #89196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89196B; }
p { color: rgb(137,25,107); }
H1.HeaderClassName
{
color: #89196B;
}
.AnyTagClassName
{
color: #89196B;
}
</style>
background-color css
<style>
a { background-color: #89196B; }
a { background-color: rgb(137,25,107); }
div.DivClassName
{
background-color: #89196B;
}
.BgClassName
{
background-color: #89196B;
}
</style>
border-color css
<style>
span { border-color: #89196B; }
span { border-color: rgb(137,25,107); }
td.TdClassName
{
border-color: #89196B;
}
.TagClassName
{
border-color: #89196B;
}
</style>