Shades of Vivid Violet #8940A0
Tints of Vivid Violet #8940A0
RGB
CMYK
RGB Variations
Color information
#8940A0 (or 0x8940A0) is known color: Vivid Violet. HEX triplet: 89, 40 and A0. RGB value is (137,64,160). Sum of RGB (Red+Green+Blue) = 137+64+160=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 160 - color contains mainly: blue. Hex color #8940A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8940A0 is #76BF5F. Grayscale: #606060. Windows color (decimal): -7782240 or 10502281. OLE color: 10502281.
HSL color Cylindrical-coordinate representation of color #8940A0: hue angle of 285.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8940A0 is Cyan = 0.14, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 64 | 160 | - |
| CMYK | 0.14 | 0.6 | 0 | 0.37 |
| HSL | 285.63º | 0.43% | 0.44% | - |
| HSV(B) | 285.63º | 0.6% | 0.63% | - |
| XYZ | 18.5 | 11.52 | 34.51 | - |
| YUV | 96.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 160 | 0.14 | 0.6 | 0 | 0.37 | 285.63 | 0.43 | 0.44 |
| Hex | 89 | 40 | A0 | E | 3C | 0 | 25 | 11E | 2B | 2C |
| Octal | 211 | 100 | 240 | 16 | 74 | 0 | 45 | 436 | 53 | 54 |
| Binary | 10001001 | 1000000 | 10100000 | 1110 | 111100 | 0 | 100101 | 100011110 | 101011 | 101100 |
Color Harmonies of #8940A0
Complementary color
Monochromatic Colors of #8940A0
Black with #8940A0
Text Example
Text Example
White with #8940A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8940A0; }
p { color: rgb(137,64,160); }
H1.HeaderClassName
{
color: #8940A0;
}
.AnyTagClassName
{
color: #8940A0;
}
</style>
background-color css
<style>
a { background-color: #8940A0; }
a { background-color: rgb(137,64,160); }
div.DivClassName
{
background-color: #8940A0;
}
.BgClassName
{
background-color: #8940A0;
}
</style>
border-color css
<style>
span { border-color: #8940A0; }
span { border-color: rgb(137,64,160); }
td.TdClassName
{
border-color: #8940A0;
}
.TagClassName
{
border-color: #8940A0;
}
</style>