Shades of Vivid Violet #892AAA
Tints of Vivid Violet #892AAA
RGB
CMYK
RGB Variations
Color information
#892AAA (or 0x892AAA) is known color: Vivid Violet. HEX triplet: 89, 2A and AA. RGB value is (137,42,170). Sum of RGB (Red+Green+Blue) = 137+42+170=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #892AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892AAA is #76D555. Grayscale: #545454. Windows color (decimal): -7787862 or 11152009. OLE color: 11152009.
HSL color Cylindrical-coordinate representation of color #892AAA: hue angle of 284.53º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892AAA is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 42 | 170 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.33 |
| HSL | 284.53º | 0.6% | 0.42% | - |
| HSV(B) | 284.53º | 0.75% | 0.67% | - |
| XYZ | 18.4 | 9.88 | 38.97 | - |
| YUV | 85 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 42 | 170 | 0.19 | 0.75 | 0 | 0.33 | 284.53 | 0.6 | 0.42 |
| Hex | 89 | 2A | AA | 13 | 4B | 0 | 21 | 11D | 3C | 2A |
| Octal | 211 | 52 | 252 | 23 | 113 | 0 | 41 | 435 | 74 | 52 |
| Binary | 10001001 | 101010 | 10101010 | 10011 | 1001011 | 0 | 100001 | 100011101 | 111100 | 101010 |
Color Harmonies of #892AAA
Complementary color
Monochromatic Colors of #892AAA
Black with #892AAA
Text Example
Text Example
White with #892AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892AAA; }
p { color: rgb(137,42,170); }
H1.HeaderClassName
{
color: #892AAA;
}
.AnyTagClassName
{
color: #892AAA;
}
</style>
background-color css
<style>
a { background-color: #892AAA; }
a { background-color: rgb(137,42,170); }
div.DivClassName
{
background-color: #892AAA;
}
.BgClassName
{
background-color: #892AAA;
}
</style>
border-color css
<style>
span { border-color: #892AAA; }
span { border-color: rgb(137,42,170); }
td.TdClassName
{
border-color: #892AAA;
}
.TagClassName
{
border-color: #892AAA;
}
</style>