Shades of Dark Purple #89326E
Tints of Dark Purple #89326E
RGB
CMYK
RGB Variations
Color information
#89326E (or 0x89326E) is known color: Dark Purple. HEX triplet: 89, 32 and 6E. RGB value is (137,50,110). Sum of RGB (Red+Green+Blue) = 137+50+110=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #89326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89326E is #76CD91. Grayscale: #525252. Windows color (decimal): -7785874 or 7221897. OLE color: 7221897.
HSL color Cylindrical-coordinate representation of color #89326E: hue angle of 318.62º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89326E is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 110 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.46 |
| HSL | 318.62º | 0.47% | 0.37% | - |
| HSV(B) | 318.62º | 0.64% | 0.54% | - |
| XYZ | 14.27 | 8.73 | 15.68 | - |
| YUV | 82.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 110 | 0 | 0.64 | 0.20 | 0.46 | 318.62 | 0.47 | 0.37 |
| Hex | 89 | 32 | 6E | 0 | 40 | 14 | 2E | 13F | 2F | 25 |
| Octal | 211 | 62 | 156 | 0 | 100 | 24 | 56 | 477 | 57 | 45 |
| Binary | 10001001 | 110010 | 1101110 | 0 | 1000000 | 10100 | 101110 | 100111111 | 101111 | 100101 |
Color Harmonies of #89326E
Complementary color
Monochromatic Colors of #89326E
Black with #89326E
Text Example
Text Example
White with #89326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89326E; }
p { color: rgb(137,50,110); }
H1.HeaderClassName
{
color: #89326E;
}
.AnyTagClassName
{
color: #89326E;
}
</style>
background-color css
<style>
a { background-color: #89326E; }
a { background-color: rgb(137,50,110); }
div.DivClassName
{
background-color: #89326E;
}
.BgClassName
{
background-color: #89326E;
}
</style>
border-color css
<style>
span { border-color: #89326E; }
span { border-color: rgb(137,50,110); }
td.TdClassName
{
border-color: #89326E;
}
.TagClassName
{
border-color: #89326E;
}
</style>