Shades of Vivid Violet #8935AB
Tints of Vivid Violet #8935AB
RGB
CMYK
RGB Variations
Color information
#8935AB (or 0x8935AB) is known color: Vivid Violet. HEX triplet: 89, 35 and AB. RGB value is (137,53,171). Sum of RGB (Red+Green+Blue) = 137+53+171=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #8935AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8935AB is #76CA54. Grayscale: #5B5B5B. Windows color (decimal): -7785045 or 11220361. OLE color: 11220361.
HSL color Cylindrical-coordinate representation of color #8935AB: hue angle of 282.71º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8935AB is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 53 | 171 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.33 |
| HSL | 282.71º | 0.53% | 0.44% | - |
| HSV(B) | 282.71º | 0.69% | 0.67% | - |
| XYZ | 18.94 | 10.8 | 39.62 | - |
| YUV | 91.57 | 172.83 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 171 | 0.20 | 0.69 | 0 | 0.33 | 282.71 | 0.53 | 0.44 |
| Hex | 89 | 35 | AB | 14 | 45 | 0 | 21 | 11B | 35 | 2C |
| Octal | 211 | 65 | 253 | 24 | 105 | 0 | 41 | 433 | 65 | 54 |
| Binary | 10001001 | 110101 | 10101011 | 10100 | 1000101 | 0 | 100001 | 100011011 | 110101 | 101100 |
Color Harmonies of #8935AB
Complementary color
Monochromatic Colors of #8935AB
Black with #8935AB
Text Example
Text Example
White with #8935AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8935AB; }
p { color: rgb(137,53,171); }
H1.HeaderClassName
{
color: #8935AB;
}
.AnyTagClassName
{
color: #8935AB;
}
</style>
background-color css
<style>
a { background-color: #8935AB; }
a { background-color: rgb(137,53,171); }
div.DivClassName
{
background-color: #8935AB;
}
.BgClassName
{
background-color: #8935AB;
}
</style>
border-color css
<style>
span { border-color: #8935AB; }
span { border-color: rgb(137,53,171); }
td.TdClassName
{
border-color: #8935AB;
}
.TagClassName
{
border-color: #8935AB;
}
</style>