Shades of Vivid Violet #893A8A
Tints of Vivid Violet #893A8A
RGB
CMYK
RGB Variations
Color information
#893A8A (or 0x893A8A) is known color: Vivid Violet. HEX triplet: 89, 3A and 8A. RGB value is (137,58,138). Sum of RGB (Red+Green+Blue) = 137+58+138=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #893A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893A8A is #76C575. Grayscale: #5A5A5A. Windows color (decimal): -7783798 or 9058953. OLE color: 9058953.
HSL color Cylindrical-coordinate representation of color #893A8A: hue angle of 299.25º 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 #893A8A is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 138 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.46 |
| HSL | 299.25º | 0.41% | 0.38% | - |
| HSV(B) | 299.25º | 0.58% | 0.54% | - |
| XYZ | 16.42 | 10.18 | 25.14 | - |
| YUV | 90.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 138 | 0.01 | 0.58 | 0 | 0.46 | 299.25 | 0.41 | 0.38 |
| Hex | 89 | 3A | 8A | 1 | 3A | 0 | 2E | 12B | 29 | 26 |
| Octal | 211 | 72 | 212 | 1 | 72 | 0 | 56 | 453 | 51 | 46 |
| Binary | 10001001 | 111010 | 10001010 | 1 | 111010 | 0 | 101110 | 100101011 | 101001 | 100110 |
Color Harmonies of #893A8A
Complementary color
Monochromatic Colors of #893A8A
Black with #893A8A
Text Example
Text Example
White with #893A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A8A; }
p { color: rgb(137,58,138); }
H1.HeaderClassName
{
color: #893A8A;
}
.AnyTagClassName
{
color: #893A8A;
}
</style>
background-color css
<style>
a { background-color: #893A8A; }
a { background-color: rgb(137,58,138); }
div.DivClassName
{
background-color: #893A8A;
}
.BgClassName
{
background-color: #893A8A;
}
</style>
border-color css
<style>
span { border-color: #893A8A; }
span { border-color: rgb(137,58,138); }
td.TdClassName
{
border-color: #893A8A;
}
.TagClassName
{
border-color: #893A8A;
}
</style>