Shades of Vivid Violet #8626A9
Tints of Vivid Violet #8626A9
RGB
CMYK
RGB Variations
Color information
#8626A9 (or 0x8626A9) is known color: Vivid Violet. HEX triplet: 86, 26 and A9. RGB value is (134,38,169). Sum of RGB (Red+Green+Blue) = 134+38+169=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #8626A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8626A9 is #79D956. Grayscale: #515151. Windows color (decimal): -7985495 or 11085446. OLE color: 11085446.
HSL color Cylindrical-coordinate representation of color #8626A9: hue angle of 283.97º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8626A9 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 38 | 169 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.34 |
| HSL | 283.97º | 0.63% | 0.41% | - |
| HSV(B) | 283.97º | 0.78% | 0.66% | - |
| XYZ | 17.69 | 9.32 | 38.4 | - |
| YUV | 81.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 169 | 0.21 | 0.78 | 0 | 0.34 | 283.97 | 0.63 | 0.41 |
| Hex | 86 | 26 | A9 | 15 | 4E | 0 | 22 | 11C | 3F | 29 |
| Octal | 206 | 46 | 251 | 25 | 116 | 0 | 42 | 434 | 77 | 51 |
| Binary | 10000110 | 100110 | 10101001 | 10101 | 1001110 | 0 | 100010 | 100011100 | 111111 | 101001 |
Color Harmonies of #8626A9
Complementary color
Monochromatic Colors of #8626A9
Black with #8626A9
Text Example
Text Example
White with #8626A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8626A9; }
p { color: rgb(134,38,169); }
H1.HeaderClassName
{
color: #8626A9;
}
.AnyTagClassName
{
color: #8626A9;
}
</style>
background-color css
<style>
a { background-color: #8626A9; }
a { background-color: rgb(134,38,169); }
div.DivClassName
{
background-color: #8626A9;
}
.BgClassName
{
background-color: #8626A9;
}
</style>
border-color css
<style>
span { border-color: #8626A9; }
span { border-color: rgb(134,38,169); }
td.TdClassName
{
border-color: #8626A9;
}
.TagClassName
{
border-color: #8626A9;
}
</style>