Shades of Vivid Violet #893490
Tints of Vivid Violet #893490
RGB
CMYK
RGB Variations
Color information
#893490 (or 0x893490) is known color: Vivid Violet. HEX triplet: 89, 34 and 90. RGB value is (137,52,144). Sum of RGB (Red+Green+Blue) = 137+52+144=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #893490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893490 is #76CB6F. Grayscale: #575757. Windows color (decimal): -7785328 or 9450633. OLE color: 9450633.
HSL color Cylindrical-coordinate representation of color #893490: hue angle of 295.43º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893490 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 52 | 144 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.44 |
| HSL | 295.43º | 0.47% | 0.38% | - |
| HSV(B) | 295.43º | 0.64% | 0.56% | - |
| XYZ | 16.58 | 9.79 | 27.4 | - |
| YUV | 87.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 144 | 0.05 | 0.64 | 0 | 0.44 | 295.43 | 0.47 | 0.38 |
| Hex | 89 | 34 | 90 | 5 | 40 | 0 | 2C | 127 | 2F | 26 |
| Octal | 211 | 64 | 220 | 5 | 100 | 0 | 54 | 447 | 57 | 46 |
| Binary | 10001001 | 110100 | 10010000 | 101 | 1000000 | 0 | 101100 | 100100111 | 101111 | 100110 |
Color Harmonies of #893490
Complementary color
Monochromatic Colors of #893490
Black with #893490
Text Example
Text Example
White with #893490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893490; }
p { color: rgb(137,52,144); }
H1.HeaderClassName
{
color: #893490;
}
.AnyTagClassName
{
color: #893490;
}
</style>
background-color css
<style>
a { background-color: #893490; }
a { background-color: rgb(137,52,144); }
div.DivClassName
{
background-color: #893490;
}
.BgClassName
{
background-color: #893490;
}
</style>
border-color css
<style>
span { border-color: #893490; }
span { border-color: rgb(137,52,144); }
td.TdClassName
{
border-color: #893490;
}
.TagClassName
{
border-color: #893490;
}
</style>