Shades of Dark Purple #893A80
Tints of Dark Purple #893A80
RGB
CMYK
RGB Variations
Color information
#893A80 (or 0x893A80) is known color: Dark Purple. HEX triplet: 89, 3A and 80. RGB value is (137,58,128). Sum of RGB (Red+Green+Blue) = 137+58+128=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #893A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893A80 is #76C57F. Grayscale: #595959. Windows color (decimal): -7783808 or 8403593. OLE color: 8403593.
HSL color Cylindrical-coordinate representation of color #893A80: hue angle of 306.84º 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 #893A80 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 128 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.46 |
| HSL | 306.84º | 0.41% | 0.38% | - |
| HSV(B) | 306.84º | 0.58% | 0.54% | - |
| XYZ | 15.73 | 9.9 | 21.5 | - |
| YUV | 89.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 128 | 0 | 0.58 | 0.07 | 0.46 | 306.84 | 0.41 | 0.38 |
| Hex | 89 | 3A | 80 | 0 | 3A | 7 | 2E | 133 | 29 | 26 |
| Octal | 211 | 72 | 200 | 0 | 72 | 7 | 56 | 463 | 51 | 46 |
| Binary | 10001001 | 111010 | 10000000 | 0 | 111010 | 111 | 101110 | 100110011 | 101001 | 100110 |
Color Harmonies of #893A80
Complementary color
Monochromatic Colors of #893A80
Black with #893A80
Text Example
Text Example
White with #893A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A80; }
p { color: rgb(137,58,128); }
H1.HeaderClassName
{
color: #893A80;
}
.AnyTagClassName
{
color: #893A80;
}
</style>
background-color css
<style>
a { background-color: #893A80; }
a { background-color: rgb(137,58,128); }
div.DivClassName
{
background-color: #893A80;
}
.BgClassName
{
background-color: #893A80;
}
</style>
border-color css
<style>
span { border-color: #893A80; }
span { border-color: rgb(137,58,128); }
td.TdClassName
{
border-color: #893A80;
}
.TagClassName
{
border-color: #893A80;
}
</style>