Shades of Vivid Violet #8637A9
Tints of Vivid Violet #8637A9
RGB
CMYK
RGB Variations
Color information
#8637A9 (or 0x8637A9) is known color: Vivid Violet. HEX triplet: 86, 37 and A9. RGB value is (134,55,169). Sum of RGB (Red+Green+Blue) = 134+55+169=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 169 - color contains mainly: blue. Hex color #8637A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8637A9 is #79C856. Grayscale: #5B5B5B. Windows color (decimal): -7981143 or 11089798. OLE color: 11089798.
HSL color Cylindrical-coordinate representation of color #8637A9: hue angle of 281.58º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8637A9 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 55 | 169 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.34 |
| HSL | 281.58º | 0.51% | 0.44% | - |
| HSV(B) | 281.58º | 0.67% | 0.66% | - |
| XYZ | 18.36 | 10.67 | 38.63 | - |
| YUV | 91.62 | 171.67 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 169 | 0.21 | 0.67 | 0 | 0.34 | 281.58 | 0.51 | 0.44 |
| Hex | 86 | 37 | A9 | 15 | 43 | 0 | 22 | 11A | 33 | 2C |
| Octal | 206 | 67 | 251 | 25 | 103 | 0 | 42 | 432 | 63 | 54 |
| Binary | 10000110 | 110111 | 10101001 | 10101 | 1000011 | 0 | 100010 | 100011010 | 110011 | 101100 |
Color Harmonies of #8637A9
Complementary color
Monochromatic Colors of #8637A9
Black with #8637A9
Text Example
Text Example
White with #8637A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8637A9; }
p { color: rgb(134,55,169); }
H1.HeaderClassName
{
color: #8637A9;
}
.AnyTagClassName
{
color: #8637A9;
}
</style>
background-color css
<style>
a { background-color: #8637A9; }
a { background-color: rgb(134,55,169); }
div.DivClassName
{
background-color: #8637A9;
}
.BgClassName
{
background-color: #8637A9;
}
</style>
border-color css
<style>
span { border-color: #8637A9; }
span { border-color: rgb(134,55,169); }
td.TdClassName
{
border-color: #8637A9;
}
.TagClassName
{
border-color: #8637A9;
}
</style>