Shades of Vivid Violet #892AAE
Tints of Vivid Violet #892AAE
RGB
CMYK
RGB Variations
Color information
#892AAE (or 0x892AAE) is known color: Vivid Violet. HEX triplet: 89, 2A and AE. RGB value is (137,42,174). Sum of RGB (Red+Green+Blue) = 137+42+174=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #892AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892AAE is #76D551. Grayscale: #555555. Windows color (decimal): -7787858 or 11414153. OLE color: 11414153.
HSL color Cylindrical-coordinate representation of color #892AAE: hue angle of 283.18º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892AAE is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 42 | 174 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.32 |
| HSL | 283.18º | 0.61% | 0.42% | - |
| HSV(B) | 283.18º | 0.76% | 0.68% | - |
| XYZ | 18.78 | 10.03 | 40.99 | - |
| YUV | 85.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 42 | 174 | 0.21 | 0.76 | 0 | 0.32 | 283.18 | 0.61 | 0.42 |
| Hex | 89 | 2A | AE | 15 | 4C | 0 | 20 | 11B | 3D | 2A |
| Octal | 211 | 52 | 256 | 25 | 114 | 0 | 40 | 433 | 75 | 52 |
| Binary | 10001001 | 101010 | 10101110 | 10101 | 1001100 | 0 | 100000 | 100011011 | 111101 | 101010 |
Color Harmonies of #892AAE
Complementary color
Monochromatic Colors of #892AAE
Black with #892AAE
Text Example
Text Example
White with #892AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892AAE; }
p { color: rgb(137,42,174); }
H1.HeaderClassName
{
color: #892AAE;
}
.AnyTagClassName
{
color: #892AAE;
}
</style>
background-color css
<style>
a { background-color: #892AAE; }
a { background-color: rgb(137,42,174); }
div.DivClassName
{
background-color: #892AAE;
}
.BgClassName
{
background-color: #892AAE;
}
</style>
border-color css
<style>
span { border-color: #892AAE; }
span { border-color: rgb(137,42,174); }
td.TdClassName
{
border-color: #892AAE;
}
.TagClassName
{
border-color: #892AAE;
}
</style>