Shades of Vivid Violet #8934AB
Tints of Vivid Violet #8934AB
RGB
CMYK
RGB Variations
Color information
#8934AB (or 0x8934AB) is known color: Vivid Violet. HEX triplet: 89, 34 and AB. RGB value is (137,52,171). Sum of RGB (Red+Green+Blue) = 137+52+171=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #8934AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8934AB is #76CB54. Grayscale: #5A5A5A. Windows color (decimal): -7785301 or 11220105. OLE color: 11220105.
HSL color Cylindrical-coordinate representation of color #8934AB: hue angle of 282.86º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8934AB is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 52 | 171 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.33 |
| HSL | 282.86º | 0.53% | 0.44% | - |
| HSV(B) | 282.86º | 0.7% | 0.67% | - |
| XYZ | 18.9 | 10.71 | 39.6 | - |
| YUV | 90.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 171 | 0.20 | 0.70 | 0 | 0.33 | 282.86 | 0.53 | 0.44 |
| Hex | 89 | 34 | AB | 14 | 46 | 0 | 21 | 11B | 35 | 2C |
| Octal | 211 | 64 | 253 | 24 | 106 | 0 | 41 | 433 | 65 | 54 |
| Binary | 10001001 | 110100 | 10101011 | 10100 | 1000110 | 0 | 100001 | 100011011 | 110101 | 101100 |
Color Harmonies of #8934AB
Complementary color
Monochromatic Colors of #8934AB
Black with #8934AB
Text Example
Text Example
White with #8934AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8934AB; }
p { color: rgb(137,52,171); }
H1.HeaderClassName
{
color: #8934AB;
}
.AnyTagClassName
{
color: #8934AB;
}
</style>
background-color css
<style>
a { background-color: #8934AB; }
a { background-color: rgb(137,52,171); }
div.DivClassName
{
background-color: #8934AB;
}
.BgClassName
{
background-color: #8934AB;
}
</style>
border-color css
<style>
span { border-color: #8934AB; }
span { border-color: rgb(137,52,171); }
td.TdClassName
{
border-color: #8934AB;
}
.TagClassName
{
border-color: #8934AB;
}
</style>