Shades of Blue Violet #8626E8
Tints of Blue Violet #8626E8
RGB
CMYK
RGB Variations
Color information
#8626E8 (or 0x8626E8) is known color: Blue Violet. HEX triplet: 86, 26 and E8. RGB value is (134,38,232). Sum of RGB (Red+Green+Blue) = 134+38+232=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 232 (91.02% from 255 or 57.43% from 404); Max value from RGB is 232 - color contains mainly: blue. Hex color #8626E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8626E8 is #79D917. Grayscale: #585858. Windows color (decimal): -7985432 or 15214214. OLE color: 15214214.
HSL color Cylindrical-coordinate representation of color #8626E8: hue angle of 269.69º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8626E8 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 38 | 232 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.09 |
| HSL | 269.69º | 0.81% | 0.53% | - |
| HSV(B) | 269.69º | 0.84% | 0.91% | - |
| XYZ | 25.09 | 12.28 | 77.39 | - |
| YUV | 88.82 | 208.8 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 232 | 0.42 | 0.84 | 0 | 0.09 | 269.69 | 0.81 | 0.53 |
| Hex | 86 | 26 | E8 | 2A | 54 | 0 | 9 | 10E | 51 | 35 |
| Octal | 206 | 46 | 350 | 52 | 124 | 0 | 11 | 416 | 121 | 65 |
| Binary | 10000110 | 100110 | 11101000 | 101010 | 1010100 | 0 | 1001 | 100001110 | 1010001 | 110101 |
Color Harmonies of #8626E8
Complementary color
Monochromatic Colors of #8626E8
Black with #8626E8
Text Example
Text Example
White with #8626E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8626E8; }
p { color: rgb(134,38,232); }
H1.HeaderClassName
{
color: #8626E8;
}
.AnyTagClassName
{
color: #8626E8;
}
</style>
background-color css
<style>
a { background-color: #8626E8; }
a { background-color: rgb(134,38,232); }
div.DivClassName
{
background-color: #8626E8;
}
.BgClassName
{
background-color: #8626E8;
}
</style>
border-color css
<style>
span { border-color: #8626E8; }
span { border-color: rgb(134,38,232); }
td.TdClassName
{
border-color: #8626E8;
}
.TagClassName
{
border-color: #8626E8;
}
</style>