Shades of Dark Purple #893A6E
Tints of Dark Purple #893A6E
RGB
CMYK
RGB Variations
Color information
#893A6E (or 0x893A6E) is known color: Dark Purple. HEX triplet: 89, 3A and 6E. RGB value is (137,58,110). Sum of RGB (Red+Green+Blue) = 137+58+110=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #893A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A6E is #76C591. Grayscale: #575757. Windows color (decimal): -7783826 or 7223945. OLE color: 7223945.
HSL color Cylindrical-coordinate representation of color #893A6E: hue angle of 320.51º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893A6E is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 110 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.46 |
| HSL | 320.51º | 0.41% | 0.38% | - |
| HSV(B) | 320.51º | 0.58% | 0.54% | - |
| XYZ | 14.64 | 9.47 | 15.81 | - |
| YUV | 87.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 110 | 0 | 0.58 | 0.20 | 0.46 | 320.51 | 0.41 | 0.38 |
| Hex | 89 | 3A | 6E | 0 | 3A | 14 | 2E | 141 | 29 | 26 |
| Octal | 211 | 72 | 156 | 0 | 72 | 24 | 56 | 501 | 51 | 46 |
| Binary | 10001001 | 111010 | 1101110 | 0 | 111010 | 10100 | 101110 | 101000001 | 101001 | 100110 |
Color Harmonies of #893A6E
Complementary color
Monochromatic Colors of #893A6E
Black with #893A6E
Text Example
Text Example
White with #893A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A6E; }
p { color: rgb(137,58,110); }
H1.HeaderClassName
{
color: #893A6E;
}
.AnyTagClassName
{
color: #893A6E;
}
</style>
background-color css
<style>
a { background-color: #893A6E; }
a { background-color: rgb(137,58,110); }
div.DivClassName
{
background-color: #893A6E;
}
.BgClassName
{
background-color: #893A6E;
}
</style>
border-color css
<style>
span { border-color: #893A6E; }
span { border-color: rgb(137,58,110); }
td.TdClassName
{
border-color: #893A6E;
}
.TagClassName
{
border-color: #893A6E;
}
</style>