Shades of Dark Purple #893A7F
Tints of Dark Purple #893A7F
RGB
CMYK
RGB Variations
Color information
#893A7F (or 0x893A7F) is known color: Dark Purple. HEX triplet: 89, 3A and 7F. RGB value is (137,58,127). Sum of RGB (Red+Green+Blue) = 137+58+127=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #893A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A7F is #76C580. Grayscale: #595959. Windows color (decimal): -7783809 or 8338057. OLE color: 8338057.
HSL color Cylindrical-coordinate representation of color #893A7F: hue angle of 307.59º 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 #893A7F is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 127 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.46 |
| HSL | 307.59º | 0.41% | 0.38% | - |
| HSV(B) | 307.59º | 0.58% | 0.54% | - |
| XYZ | 15.66 | 9.88 | 21.16 | - |
| YUV | 89.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 127 | 0 | 0.58 | 0.07 | 0.46 | 307.59 | 0.41 | 0.38 |
| Hex | 89 | 3A | 7F | 0 | 3A | 7 | 2E | 134 | 29 | 26 |
| Octal | 211 | 72 | 177 | 0 | 72 | 7 | 56 | 464 | 51 | 46 |
| Binary | 10001001 | 111010 | 1111111 | 0 | 111010 | 111 | 101110 | 100110100 | 101001 | 100110 |
Color Harmonies of #893A7F
Complementary color
Monochromatic Colors of #893A7F
Black with #893A7F
Text Example
Text Example
White with #893A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A7F; }
p { color: rgb(137,58,127); }
H1.HeaderClassName
{
color: #893A7F;
}
.AnyTagClassName
{
color: #893A7F;
}
</style>
background-color css
<style>
a { background-color: #893A7F; }
a { background-color: rgb(137,58,127); }
div.DivClassName
{
background-color: #893A7F;
}
.BgClassName
{
background-color: #893A7F;
}
</style>
border-color css
<style>
span { border-color: #893A7F; }
span { border-color: rgb(137,58,127); }
td.TdClassName
{
border-color: #893A7F;
}
.TagClassName
{
border-color: #893A7F;
}
</style>