Shades of Vivid Violet #8627A1
Tints of Vivid Violet #8627A1
RGB
CMYK
RGB Variations
Color information
#8627A1 (or 0x8627A1) is known color: Vivid Violet. HEX triplet: 86, 27 and A1. RGB value is (134,39,161). Sum of RGB (Red+Green+Blue) = 134+39+161=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #8627A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8627A1 is #79D85E. Grayscale: #505050. Windows color (decimal): -7985247 or 10561414. OLE color: 10561414.
HSL color Cylindrical-coordinate representation of color #8627A1: hue angle of 286.72º 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 #8627A1 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 39 | 161 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.37 |
| HSL | 286.72º | 0.61% | 0.39% | - |
| HSV(B) | 286.72º | 0.76% | 0.63% | - |
| XYZ | 16.99 | 9.09 | 34.58 | - |
| YUV | 81.31 | 172.97 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 161 | 0.17 | 0.76 | 0 | 0.37 | 286.72 | 0.61 | 0.39 |
| Hex | 86 | 27 | A1 | 11 | 4C | 0 | 25 | 11F | 3D | 27 |
| Octal | 206 | 47 | 241 | 21 | 114 | 0 | 45 | 437 | 75 | 47 |
| Binary | 10000110 | 100111 | 10100001 | 10001 | 1001100 | 0 | 100101 | 100011111 | 111101 | 100111 |
Color Harmonies of #8627A1
Complementary color
Monochromatic Colors of #8627A1
Black with #8627A1
Text Example
Text Example
White with #8627A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8627A1; }
p { color: rgb(134,39,161); }
H1.HeaderClassName
{
color: #8627A1;
}
.AnyTagClassName
{
color: #8627A1;
}
</style>
background-color css
<style>
a { background-color: #8627A1; }
a { background-color: rgb(134,39,161); }
div.DivClassName
{
background-color: #8627A1;
}
.BgClassName
{
background-color: #8627A1;
}
</style>
border-color css
<style>
span { border-color: #8627A1; }
span { border-color: rgb(134,39,161); }
td.TdClassName
{
border-color: #8627A1;
}
.TagClassName
{
border-color: #8627A1;
}
</style>