Shades of Vivid Violet #892AA8
Tints of Vivid Violet #892AA8
RGB
CMYK
RGB Variations
Color information
#892AA8 (or 0x892AA8) is known color: Vivid Violet. HEX triplet: 89, 2A and A8. RGB value is (137,42,168). Sum of RGB (Red+Green+Blue) = 137+42+168=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #892AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892AA8 is #76D557. Grayscale: #545454. Windows color (decimal): -7787864 or 11020937. OLE color: 11020937.
HSL color Cylindrical-coordinate representation of color #892AA8: hue angle of 285.24º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892AA8 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 42 | 168 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.34 |
| HSL | 285.24º | 0.6% | 0.41% | - |
| HSV(B) | 285.24º | 0.75% | 0.66% | - |
| XYZ | 18.21 | 9.8 | 37.98 | - |
| YUV | 84.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 42 | 168 | 0.18 | 0.75 | 0 | 0.34 | 285.24 | 0.6 | 0.41 |
| Hex | 89 | 2A | A8 | 12 | 4B | 0 | 22 | 11D | 3C | 29 |
| Octal | 211 | 52 | 250 | 22 | 113 | 0 | 42 | 435 | 74 | 51 |
| Binary | 10001001 | 101010 | 10101000 | 10010 | 1001011 | 0 | 100010 | 100011101 | 111100 | 101001 |
Color Harmonies of #892AA8
Complementary color
Monochromatic Colors of #892AA8
Black with #892AA8
Text Example
Text Example
White with #892AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892AA8; }
p { color: rgb(137,42,168); }
H1.HeaderClassName
{
color: #892AA8;
}
.AnyTagClassName
{
color: #892AA8;
}
</style>
background-color css
<style>
a { background-color: #892AA8; }
a { background-color: rgb(137,42,168); }
div.DivClassName
{
background-color: #892AA8;
}
.BgClassName
{
background-color: #892AA8;
}
</style>
border-color css
<style>
span { border-color: #892AA8; }
span { border-color: rgb(137,42,168); }
td.TdClassName
{
border-color: #892AA8;
}
.TagClassName
{
border-color: #892AA8;
}
</style>