Shades of Vivid Violet #893386
Tints of Vivid Violet #893386
RGB
CMYK
RGB Variations
Color information
#893386 (or 0x893386) is known color: Vivid Violet. HEX triplet: 89, 33 and 86. RGB value is (137,51,134). Sum of RGB (Red+Green+Blue) = 137+51+134=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #893386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893386 is #76CC79. Grayscale: #555555. Windows color (decimal): -7785594 or 8795017. OLE color: 8795017.
HSL color Cylindrical-coordinate representation of color #893386: hue angle of 302.09º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #893386 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 134 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.46 |
| HSL | 302.09º | 0.46% | 0.37% | - |
| HSV(B) | 302.09º | 0.63% | 0.54% | - |
| XYZ | 15.8 | 9.41 | 23.54 | - |
| YUV | 86.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 134 | 0 | 0.63 | 0.02 | 0.46 | 302.09 | 0.46 | 0.37 |
| Hex | 89 | 33 | 86 | 0 | 3F | 2 | 2E | 12E | 2E | 25 |
| Octal | 211 | 63 | 206 | 0 | 77 | 2 | 56 | 456 | 56 | 45 |
| Binary | 10001001 | 110011 | 10000110 | 0 | 111111 | 10 | 101110 | 100101110 | 101110 | 100101 |
Color Harmonies of #893386
Complementary color
Monochromatic Colors of #893386
Black with #893386
Text Example
Text Example
White with #893386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893386; }
p { color: rgb(137,51,134); }
H1.HeaderClassName
{
color: #893386;
}
.AnyTagClassName
{
color: #893386;
}
</style>
background-color css
<style>
a { background-color: #893386; }
a { background-color: rgb(137,51,134); }
div.DivClassName
{
background-color: #893386;
}
.BgClassName
{
background-color: #893386;
}
</style>
border-color css
<style>
span { border-color: #893386; }
span { border-color: rgb(137,51,134); }
td.TdClassName
{
border-color: #893386;
}
.TagClassName
{
border-color: #893386;
}
</style>