Shades of Vivid Violet #8940A1
Tints of Vivid Violet #8940A1
RGB
CMYK
RGB Variations
Color information
#8940A1 (or 0x8940A1) is known color: Vivid Violet. HEX triplet: 89, 40 and A1. RGB value is (137,64,161). Sum of RGB (Red+Green+Blue) = 137+64+161=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 161 - color contains mainly: blue. Hex color #8940A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8940A1 is #76BF5E. Grayscale: #606060. Windows color (decimal): -7782239 or 10567817. OLE color: 10567817.
HSL color Cylindrical-coordinate representation of color #8940A1: hue angle of 285.15º 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 #8940A1 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 64 | 161 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.37 |
| HSL | 285.15º | 0.43% | 0.44% | - |
| HSV(B) | 285.15º | 0.6% | 0.63% | - |
| XYZ | 18.58 | 11.56 | 34.97 | - |
| YUV | 96.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 161 | 0.15 | 0.60 | 0 | 0.37 | 285.15 | 0.43 | 0.44 |
| Hex | 89 | 40 | A1 | F | 3C | 0 | 25 | 11D | 2B | 2C |
| Octal | 211 | 100 | 241 | 17 | 74 | 0 | 45 | 435 | 53 | 54 |
| Binary | 10001001 | 1000000 | 10100001 | 1111 | 111100 | 0 | 100101 | 100011101 | 101011 | 101100 |
Color Harmonies of #8940A1
Complementary color
Monochromatic Colors of #8940A1
Black with #8940A1
Text Example
Text Example
White with #8940A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8940A1; }
p { color: rgb(137,64,161); }
H1.HeaderClassName
{
color: #8940A1;
}
.AnyTagClassName
{
color: #8940A1;
}
</style>
background-color css
<style>
a { background-color: #8940A1; }
a { background-color: rgb(137,64,161); }
div.DivClassName
{
background-color: #8940A1;
}
.BgClassName
{
background-color: #8940A1;
}
</style>
border-color css
<style>
span { border-color: #8940A1; }
span { border-color: rgb(137,64,161); }
td.TdClassName
{
border-color: #8940A1;
}
.TagClassName
{
border-color: #8940A1;
}
</style>