Shades of Vivid Violet #8626AD
Tints of Vivid Violet #8626AD
RGB
CMYK
RGB Variations
Color information
#8626AD (or 0x8626AD) is known color: Vivid Violet. HEX triplet: 86, 26 and AD. RGB value is (134,38,173). Sum of RGB (Red+Green+Blue) = 134+38+173=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #8626AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8626AD is #79D952. Grayscale: #515151. Windows color (decimal): -7985491 or 11347590. OLE color: 11347590.
HSL color Cylindrical-coordinate representation of color #8626AD: hue angle of 282.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8626AD is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 38 | 173 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.32 |
| HSL | 282.67º | 0.64% | 0.41% | - |
| HSV(B) | 282.67º | 0.78% | 0.68% | - |
| XYZ | 18.07 | 9.47 | 40.41 | - |
| YUV | 82.09 | 179.3 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 173 | 0.23 | 0.78 | 0 | 0.32 | 282.67 | 0.64 | 0.41 |
| Hex | 86 | 26 | AD | 17 | 4E | 0 | 20 | 11B | 40 | 29 |
| Octal | 206 | 46 | 255 | 27 | 116 | 0 | 40 | 433 | 100 | 51 |
| Binary | 10000110 | 100110 | 10101101 | 10111 | 1001110 | 0 | 100000 | 100011011 | 1000000 | 101001 |
Color Harmonies of #8626AD
Complementary color
Monochromatic Colors of #8626AD
Black with #8626AD
Text Example
Text Example
White with #8626AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8626AD; }
p { color: rgb(134,38,173); }
H1.HeaderClassName
{
color: #8626AD;
}
.AnyTagClassName
{
color: #8626AD;
}
</style>
background-color css
<style>
a { background-color: #8626AD; }
a { background-color: rgb(134,38,173); }
div.DivClassName
{
background-color: #8626AD;
}
.BgClassName
{
background-color: #8626AD;
}
</style>
border-color css
<style>
span { border-color: #8626AD; }
span { border-color: rgb(134,38,173); }
td.TdClassName
{
border-color: #8626AD;
}
.TagClassName
{
border-color: #8626AD;
}
</style>