Shades of Vivid Violet #8927A0
Tints of Vivid Violet #8927A0
RGB
CMYK
RGB Variations
Color information
#8927A0 (or 0x8927A0) is known color: Vivid Violet. HEX triplet: 89, 27 and A0. RGB value is (137,39,160). Sum of RGB (Red+Green+Blue) = 137+39+160=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: blue. Hex color #8927A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8927A0 is #76D85F. Grayscale: #515151. Windows color (decimal): -7788640 or 10495881. OLE color: 10495881.
HSL color Cylindrical-coordinate representation of color #8927A0: hue angle of 288.6º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8927A0 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 39 | 160 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.37 |
| HSL | 288.6º | 0.61% | 0.39% | - |
| HSV(B) | 288.6º | 0.76% | 0.63% | - |
| XYZ | 17.39 | 9.31 | 34.14 | - |
| YUV | 82.1 | 171.97 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 39 | 160 | 0.14 | 0.76 | 0 | 0.37 | 288.6 | 0.61 | 0.39 |
| Hex | 89 | 27 | A0 | E | 4C | 0 | 25 | 121 | 3D | 27 |
| Octal | 211 | 47 | 240 | 16 | 114 | 0 | 45 | 441 | 75 | 47 |
| Binary | 10001001 | 100111 | 10100000 | 1110 | 1001100 | 0 | 100101 | 100100001 | 111101 | 100111 |
Color Harmonies of #8927A0
Complementary color
Monochromatic Colors of #8927A0
Black with #8927A0
Text Example
Text Example
White with #8927A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8927A0; }
p { color: rgb(137,39,160); }
H1.HeaderClassName
{
color: #8927A0;
}
.AnyTagClassName
{
color: #8927A0;
}
</style>
background-color css
<style>
a { background-color: #8927A0; }
a { background-color: rgb(137,39,160); }
div.DivClassName
{
background-color: #8927A0;
}
.BgClassName
{
background-color: #8927A0;
}
</style>
border-color css
<style>
span { border-color: #8927A0; }
span { border-color: rgb(137,39,160); }
td.TdClassName
{
border-color: #8927A0;
}
.TagClassName
{
border-color: #8927A0;
}
</style>