Shades of Vivid Violet #892AA0
Tints of Vivid Violet #892AA0
RGB
CMYK
RGB Variations
Color information
#892AA0 (or 0x892AA0) is known color: Vivid Violet. HEX triplet: 89, 2A and A0. RGB value is (137,42,160). Sum of RGB (Red+Green+Blue) = 137+42+160=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #892AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892AA0 is #76D55F. Grayscale: #535353. Windows color (decimal): -7787872 or 10496649. OLE color: 10496649.
HSL color Cylindrical-coordinate representation of color #892AA0: hue angle of 288.31º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892AA0 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 42 | 160 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.37 |
| HSL | 288.31º | 0.58% | 0.4% | - |
| HSV(B) | 288.31º | 0.74% | 0.63% | - |
| XYZ | 17.49 | 9.51 | 34.17 | - |
| YUV | 83.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 42 | 160 | 0.14 | 0.74 | 0 | 0.37 | 288.31 | 0.58 | 0.4 |
| Hex | 89 | 2A | A0 | E | 4A | 0 | 25 | 120 | 3A | 28 |
| Octal | 211 | 52 | 240 | 16 | 112 | 0 | 45 | 440 | 72 | 50 |
| Binary | 10001001 | 101010 | 10100000 | 1110 | 1001010 | 0 | 100101 | 100100000 | 111010 | 101000 |
Color Harmonies of #892AA0
Complementary color
Monochromatic Colors of #892AA0
Black with #892AA0
Text Example
Text Example
White with #892AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892AA0; }
p { color: rgb(137,42,160); }
H1.HeaderClassName
{
color: #892AA0;
}
.AnyTagClassName
{
color: #892AA0;
}
</style>
background-color css
<style>
a { background-color: #892AA0; }
a { background-color: rgb(137,42,160); }
div.DivClassName
{
background-color: #892AA0;
}
.BgClassName
{
background-color: #892AA0;
}
</style>
border-color css
<style>
span { border-color: #892AA0; }
span { border-color: rgb(137,42,160); }
td.TdClassName
{
border-color: #892AA0;
}
.TagClassName
{
border-color: #892AA0;
}
</style>