Shades of Blue Violet #8616ED
Tints of Blue Violet #8616ED
RGB
CMYK
RGB Variations
Color information
#8616ED (or 0x8616ED) is known color: Blue Violet. HEX triplet: 86, 16 and ED. RGB value is (134,22,237). Sum of RGB (Red+Green+Blue) = 134+22+237=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #8616ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8616ED is #79E912. Grayscale: #4F4F4F. Windows color (decimal): -7989523 or 15537798. OLE color: 15537798.
HSL color Cylindrical-coordinate representation of color #8616ED: hue angle of 271.26º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8616ED is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 22 | 237 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.07 |
| HSL | 271.26º | 0.86% | 0.51% | - |
| HSV(B) | 271.26º | 0.91% | 0.93% | - |
| XYZ | 25.4 | 11.76 | 81.05 | - |
| YUV | 80 | 216.61 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 237 | 0.43 | 0.91 | 0 | 0.07 | 271.26 | 0.86 | 0.51 |
| Hex | 86 | 16 | ED | 2B | 5B | 0 | 7 | 10F | 56 | 33 |
| Octal | 206 | 26 | 355 | 53 | 133 | 0 | 7 | 417 | 126 | 63 |
| Binary | 10000110 | 10110 | 11101101 | 101011 | 1011011 | 0 | 111 | 100001111 | 1010110 | 110011 |
Color Harmonies of #8616ED
Complementary color
Monochromatic Colors of #8616ED
Black with #8616ED
Text Example
Text Example
White with #8616ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8616ED; }
p { color: rgb(134,22,237); }
H1.HeaderClassName
{
color: #8616ED;
}
.AnyTagClassName
{
color: #8616ED;
}
</style>
background-color css
<style>
a { background-color: #8616ED; }
a { background-color: rgb(134,22,237); }
div.DivClassName
{
background-color: #8616ED;
}
.BgClassName
{
background-color: #8616ED;
}
</style>
border-color css
<style>
span { border-color: #8616ED; }
span { border-color: rgb(134,22,237); }
td.TdClassName
{
border-color: #8616ED;
}
.TagClassName
{
border-color: #8616ED;
}
</style>