Shades of Vivid Violet #893486
Tints of Vivid Violet #893486
RGB
CMYK
RGB Variations
Color information
#893486 (or 0x893486) is known color: Vivid Violet. HEX triplet: 89, 34 and 86. RGB value is (137,52,134). Sum of RGB (Red+Green+Blue) = 137+52+134=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #893486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893486 is #76CB79. Grayscale: #565656. Windows color (decimal): -7785338 or 8795273. OLE color: 8795273.
HSL color Cylindrical-coordinate representation of color #893486: hue angle of 302.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #893486 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 134 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.46 |
| HSL | 302.12º | 0.45% | 0.37% | - |
| HSV(B) | 302.12º | 0.62% | 0.54% | - |
| XYZ | 15.85 | 9.5 | 23.55 | - |
| YUV | 86.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 134 | 0 | 0.62 | 0.02 | 0.46 | 302.12 | 0.45 | 0.37 |
| Hex | 89 | 34 | 86 | 0 | 3E | 2 | 2E | 12E | 2D | 25 |
| Octal | 211 | 64 | 206 | 0 | 76 | 2 | 56 | 456 | 55 | 45 |
| Binary | 10001001 | 110100 | 10000110 | 0 | 111110 | 10 | 101110 | 100101110 | 101101 | 100101 |
Color Harmonies of #893486
Complementary color
Monochromatic Colors of #893486
Black with #893486
Text Example
Text Example
White with #893486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893486; }
p { color: rgb(137,52,134); }
H1.HeaderClassName
{
color: #893486;
}
.AnyTagClassName
{
color: #893486;
}
</style>
background-color css
<style>
a { background-color: #893486; }
a { background-color: rgb(137,52,134); }
div.DivClassName
{
background-color: #893486;
}
.BgClassName
{
background-color: #893486;
}
</style>
border-color css
<style>
span { border-color: #893486; }
span { border-color: rgb(137,52,134); }
td.TdClassName
{
border-color: #893486;
}
.TagClassName
{
border-color: #893486;
}
</style>