Shades of Vivid Violet #893A85
Tints of Vivid Violet #893A85
RGB
CMYK
RGB Variations
Color information
#893A85 (or 0x893A85) is known color: Vivid Violet. HEX triplet: 89, 3A and 85. RGB value is (137,58,133). Sum of RGB (Red+Green+Blue) = 137+58+133=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #893A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893A85 is #76C57A. Grayscale: #595959. Windows color (decimal): -7783803 or 8731273. OLE color: 8731273.
HSL color Cylindrical-coordinate representation of color #893A85: hue angle of 303.04º 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 #893A85 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 133 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.46 |
| HSL | 303.04º | 0.41% | 0.38% | - |
| HSV(B) | 303.04º | 0.58% | 0.54% | - |
| XYZ | 16.06 | 10.04 | 23.28 | - |
| YUV | 90.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 133 | 0 | 0.58 | 0.03 | 0.46 | 303.04 | 0.41 | 0.38 |
| Hex | 89 | 3A | 85 | 0 | 3A | 3 | 2E | 12F | 29 | 26 |
| Octal | 211 | 72 | 205 | 0 | 72 | 3 | 56 | 457 | 51 | 46 |
| Binary | 10001001 | 111010 | 10000101 | 0 | 111010 | 11 | 101110 | 100101111 | 101001 | 100110 |
Color Harmonies of #893A85
Complementary color
Monochromatic Colors of #893A85
Black with #893A85
Text Example
Text Example
White with #893A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A85; }
p { color: rgb(137,58,133); }
H1.HeaderClassName
{
color: #893A85;
}
.AnyTagClassName
{
color: #893A85;
}
</style>
background-color css
<style>
a { background-color: #893A85; }
a { background-color: rgb(137,58,133); }
div.DivClassName
{
background-color: #893A85;
}
.BgClassName
{
background-color: #893A85;
}
</style>
border-color css
<style>
span { border-color: #893A85; }
span { border-color: rgb(137,58,133); }
td.TdClassName
{
border-color: #893A85;
}
.TagClassName
{
border-color: #893A85;
}
</style>