Shades of Dark Purple #89136E
Tints of Dark Purple #89136E
RGB
CMYK
RGB Variations
Color information
#89136E (or 0x89136E) is known color: Dark Purple. HEX triplet: 89, 13 and 6E. RGB value is (137,19,110). Sum of RGB (Red+Green+Blue) = 137+19+110=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89136E is #76EC91. Grayscale: #404040. Windows color (decimal): -7793810 or 7213961. OLE color: 7213961.
HSL color Cylindrical-coordinate representation of color #89136E: hue angle of 313.73º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89136E is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 110 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.46 |
| HSL | 313.73º | 0.76% | 0.31% | - |
| HSV(B) | 313.73º | 0.86% | 0.54% | - |
| XYZ | 13.36 | 6.91 | 15.38 | - |
| YUV | 64.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 110 | 0 | 0.86 | 0.20 | 0.46 | 313.73 | 0.76 | 0.31 |
| Hex | 89 | 13 | 6E | 0 | 56 | 14 | 2E | 13A | 4C | 1F |
| Octal | 211 | 23 | 156 | 0 | 126 | 24 | 56 | 472 | 114 | 37 |
| Binary | 10001001 | 10011 | 1101110 | 0 | 1010110 | 10100 | 101110 | 100111010 | 1001100 | 11111 |
Color Harmonies of #89136E
Complementary color
Monochromatic Colors of #89136E
Black with #89136E
Text Example
Text Example
White with #89136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89136E; }
p { color: rgb(137,19,110); }
H1.HeaderClassName
{
color: #89136E;
}
.AnyTagClassName
{
color: #89136E;
}
</style>
background-color css
<style>
a { background-color: #89136E; }
a { background-color: rgb(137,19,110); }
div.DivClassName
{
background-color: #89136E;
}
.BgClassName
{
background-color: #89136E;
}
</style>
border-color css
<style>
span { border-color: #89136E; }
span { border-color: rgb(137,19,110); }
td.TdClassName
{
border-color: #89136E;
}
.TagClassName
{
border-color: #89136E;
}
</style>