Shades of Vivid Violet #8921A0
Tints of Vivid Violet #8921A0
RGB
CMYK
RGB Variations
Color information
#8921A0 (or 0x8921A0) is known color: Vivid Violet. HEX triplet: 89, 21 and A0. RGB value is (137,33,160). Sum of RGB (Red+Green+Blue) = 137+33+160=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 160 - color contains mainly: blue. Hex color #8921A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8921A0 is #76DE5F. Grayscale: #4E4E4E. Windows color (decimal): -7790176 or 10494345. OLE color: 10494345.
HSL color Cylindrical-coordinate representation of color #8921A0: hue angle of 289.13º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8921A0 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 33 | 160 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.37 |
| HSL | 289.13º | 0.66% | 0.38% | - |
| HSV(B) | 289.13º | 0.79% | 0.63% | - |
| XYZ | 17.21 | 8.94 | 34.08 | - |
| YUV | 78.57 | 173.96 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 160 | 0.14 | 0.79 | 0 | 0.37 | 289.13 | 0.66 | 0.38 |
| Hex | 89 | 21 | A0 | E | 4F | 0 | 25 | 121 | 42 | 26 |
| Octal | 211 | 41 | 240 | 16 | 117 | 0 | 45 | 441 | 102 | 46 |
| Binary | 10001001 | 100001 | 10100000 | 1110 | 1001111 | 0 | 100101 | 100100001 | 1000010 | 100110 |
Color Harmonies of #8921A0
Complementary color
Monochromatic Colors of #8921A0
Black with #8921A0
Text Example
Text Example
White with #8921A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8921A0; }
p { color: rgb(137,33,160); }
H1.HeaderClassName
{
color: #8921A0;
}
.AnyTagClassName
{
color: #8921A0;
}
</style>
background-color css
<style>
a { background-color: #8921A0; }
a { background-color: rgb(137,33,160); }
div.DivClassName
{
background-color: #8921A0;
}
.BgClassName
{
background-color: #8921A0;
}
</style>
border-color css
<style>
span { border-color: #8921A0; }
span { border-color: rgb(137,33,160); }
td.TdClassName
{
border-color: #8921A0;
}
.TagClassName
{
border-color: #8921A0;
}
</style>