Shades of Vivid Violet #8921AB
Tints of Vivid Violet #8921AB
RGB
CMYK
RGB Variations
Color information
#8921AB (or 0x8921AB) is known color: Vivid Violet. HEX triplet: 89, 21 and AB. RGB value is (137,33,171). Sum of RGB (Red+Green+Blue) = 137+33+171=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #8921AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8921AB is #76DE54. Grayscale: #4F4F4F. Windows color (decimal): -7790165 or 11215241. OLE color: 11215241.
HSL color Cylindrical-coordinate representation of color #8921AB: hue angle of 285.22º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8921AB is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 33 | 171 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.33 |
| HSL | 285.22º | 0.68% | 0.4% | - |
| HSV(B) | 285.22º | 0.81% | 0.67% | - |
| XYZ | 18.21 | 9.35 | 39.37 | - |
| YUV | 79.83 | 179.46 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 171 | 0.20 | 0.81 | 0 | 0.33 | 285.22 | 0.68 | 0.4 |
| Hex | 89 | 21 | AB | 14 | 51 | 0 | 21 | 11D | 44 | 28 |
| Octal | 211 | 41 | 253 | 24 | 121 | 0 | 41 | 435 | 104 | 50 |
| Binary | 10001001 | 100001 | 10101011 | 10100 | 1010001 | 0 | 100001 | 100011101 | 1000100 | 101000 |
Color Harmonies of #8921AB
Complementary color
Monochromatic Colors of #8921AB
Black with #8921AB
Text Example
Text Example
White with #8921AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8921AB; }
p { color: rgb(137,33,171); }
H1.HeaderClassName
{
color: #8921AB;
}
.AnyTagClassName
{
color: #8921AB;
}
</style>
background-color css
<style>
a { background-color: #8921AB; }
a { background-color: rgb(137,33,171); }
div.DivClassName
{
background-color: #8921AB;
}
.BgClassName
{
background-color: #8921AB;
}
</style>
border-color css
<style>
span { border-color: #8921AB; }
span { border-color: rgb(137,33,171); }
td.TdClassName
{
border-color: #8921AB;
}
.TagClassName
{
border-color: #8921AB;
}
</style>