Shades of Vivid Violet #894589
Tints of Vivid Violet #894589
RGB
CMYK
RGB Variations
Color information
#894589 (or 0x894589) is known color: Vivid Violet. HEX triplet: 89, 45 and 89. RGB value is (137,69,137). Sum of RGB (Red+Green+Blue) = 137+69+137=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #894589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894589 is #76BA76. Grayscale: #606060. Windows color (decimal): -7780983 or 8996233. OLE color: 8996233.
HSL color Cylindrical-coordinate representation of color #894589: hue angle of 300º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894589 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 137 | - |
| CMYK | 0 | 0.50 | 0 | 0.46 |
| HSL | 300º | 0.33% | 0.4% | - |
| HSV(B) | 300º | 0.5% | 0.54% | - |
| XYZ | 16.96 | 11.38 | 24.97 | - |
| YUV | 97.08 | 150.53 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 137 | 0 | 0.50 | 0 | 0.46 | 300 | 0.33 | 0.4 |
| Hex | 89 | 45 | 89 | 0 | 32 | 0 | 2E | 12C | 21 | 28 |
| Octal | 211 | 105 | 211 | 0 | 62 | 0 | 56 | 454 | 41 | 50 |
| Binary | 10001001 | 1000101 | 10001001 | 0 | 110010 | 0 | 101110 | 100101100 | 100001 | 101000 |
Color Harmonies of #894589
Complementary color
Monochromatic Colors of #894589
Black with #894589
Text Example
Text Example
White with #894589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894589; }
p { color: rgb(137,69,137); }
H1.HeaderClassName
{
color: #894589;
}
.AnyTagClassName
{
color: #894589;
}
</style>
background-color css
<style>
a { background-color: #894589; }
a { background-color: rgb(137,69,137); }
div.DivClassName
{
background-color: #894589;
}
.BgClassName
{
background-color: #894589;
}
</style>
border-color css
<style>
span { border-color: #894589; }
span { border-color: rgb(137,69,137); }
td.TdClassName
{
border-color: #894589;
}
.TagClassName
{
border-color: #894589;
}
</style>