Shades of Vivid Violet #8637A0
Tints of Vivid Violet #8637A0
RGB
CMYK
RGB Variations
Color information
#8637A0 (or 0x8637A0) is known color: Vivid Violet. HEX triplet: 86, 37 and A0. RGB value is (134,55,160). Sum of RGB (Red+Green+Blue) = 134+55+160=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #8637A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8637A0 is #79C85F. Grayscale: #5A5A5A. Windows color (decimal): -7981152 or 10499974. OLE color: 10499974.
HSL color Cylindrical-coordinate representation of color #8637A0: hue angle of 285.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8637A0 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 55 | 160 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.37 |
| HSL | 285.14º | 0.49% | 0.42% | - |
| HSV(B) | 285.14º | 0.66% | 0.63% | - |
| XYZ | 17.54 | 10.34 | 34.33 | - |
| YUV | 90.59 | 167.17 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 160 | 0.16 | 0.66 | 0 | 0.37 | 285.14 | 0.49 | 0.42 |
| Hex | 86 | 37 | A0 | 10 | 42 | 0 | 25 | 11D | 31 | 2A |
| Octal | 206 | 67 | 240 | 20 | 102 | 0 | 45 | 435 | 61 | 52 |
| Binary | 10000110 | 110111 | 10100000 | 10000 | 1000010 | 0 | 100101 | 100011101 | 110001 | 101010 |
Color Harmonies of #8637A0
Complementary color
Monochromatic Colors of #8637A0
Black with #8637A0
Text Example
Text Example
White with #8637A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8637A0; }
p { color: rgb(134,55,160); }
H1.HeaderClassName
{
color: #8637A0;
}
.AnyTagClassName
{
color: #8637A0;
}
</style>
background-color css
<style>
a { background-color: #8637A0; }
a { background-color: rgb(134,55,160); }
div.DivClassName
{
background-color: #8637A0;
}
.BgClassName
{
background-color: #8637A0;
}
</style>
border-color css
<style>
span { border-color: #8637A0; }
span { border-color: rgb(134,55,160); }
td.TdClassName
{
border-color: #8637A0;
}
.TagClassName
{
border-color: #8637A0;
}
</style>