Shades of Vivid Violet #893C89
Tints of Vivid Violet #893C89
RGB
CMYK
RGB Variations
Color information
#893C89 (or 0x893C89) is known color: Vivid Violet. HEX triplet: 89, 3C and 89. RGB value is (137,60,137). Sum of RGB (Red+Green+Blue) = 137+60+137=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #893C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893C89 is #76C376. Grayscale: #5B5B5B. Windows color (decimal): -7783287 or 8993929. OLE color: 8993929.
HSL color Cylindrical-coordinate representation of color #893C89: hue angle of 300º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C89 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 137 | - |
| CMYK | 0 | 0.56 | 0 | 0.46 |
| HSL | 300º | 0.39% | 0.39% | - |
| HSV(B) | 300º | 0.56% | 0.54% | - |
| XYZ | 16.45 | 10.36 | 24.8 | - |
| YUV | 91.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 137 | 0 | 0.56 | 0 | 0.46 | 300 | 0.39 | 0.39 |
| Hex | 89 | 3C | 89 | 0 | 38 | 0 | 2E | 12C | 27 | 27 |
| Octal | 211 | 74 | 211 | 0 | 70 | 0 | 56 | 454 | 47 | 47 |
| Binary | 10001001 | 111100 | 10001001 | 0 | 111000 | 0 | 101110 | 100101100 | 100111 | 100111 |
Color Harmonies of #893C89
Complementary color
Monochromatic Colors of #893C89
Black with #893C89
Text Example
Text Example
White with #893C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C89; }
p { color: rgb(137,60,137); }
H1.HeaderClassName
{
color: #893C89;
}
.AnyTagClassName
{
color: #893C89;
}
</style>
background-color css
<style>
a { background-color: #893C89; }
a { background-color: rgb(137,60,137); }
div.DivClassName
{
background-color: #893C89;
}
.BgClassName
{
background-color: #893C89;
}
</style>
border-color css
<style>
span { border-color: #893C89; }
span { border-color: rgb(137,60,137); }
td.TdClassName
{
border-color: #893C89;
}
.TagClassName
{
border-color: #893C89;
}
</style>