Shades of Blue Violet #8616FA
Tints of Blue Violet #8616FA
RGB
CMYK
RGB Variations
Color information
#8616FA (or 0x8616FA) is known color: Blue Violet. HEX triplet: 86, 16 and FA. RGB value is (134,22,250). Sum of RGB (Red+Green+Blue) = 134+22+250=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #8616FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8616FA is #79E905. Grayscale: #505050. Windows color (decimal): -7989510 or 16389766. OLE color: 16389766.
HSL color Cylindrical-coordinate representation of color #8616FA: hue angle of 269.47º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8616FA is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 22 | 250 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.02 |
| HSL | 269.47º | 0.96% | 0.53% | - |
| HSV(B) | 269.47º | 0.91% | 0.98% | - |
| XYZ | 27.37 | 12.54 | 91.42 | - |
| YUV | 81.48 | 223.11 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 250 | 0.46 | 0.91 | 0 | 0.02 | 269.47 | 0.96 | 0.53 |
| Hex | 86 | 16 | FA | 2E | 5B | 0 | 2 | 10D | 60 | 35 |
| Octal | 206 | 26 | 372 | 56 | 133 | 0 | 2 | 415 | 140 | 65 |
| Binary | 10000110 | 10110 | 11111010 | 101110 | 1011011 | 0 | 10 | 100001101 | 1100000 | 110101 |
Color Harmonies of #8616FA
Complementary color
Monochromatic Colors of #8616FA
Black with #8616FA
Text Example
Text Example
White with #8616FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8616FA; }
p { color: rgb(134,22,250); }
H1.HeaderClassName
{
color: #8616FA;
}
.AnyTagClassName
{
color: #8616FA;
}
</style>
background-color css
<style>
a { background-color: #8616FA; }
a { background-color: rgb(134,22,250); }
div.DivClassName
{
background-color: #8616FA;
}
.BgClassName
{
background-color: #8616FA;
}
</style>
border-color css
<style>
span { border-color: #8616FA; }
span { border-color: rgb(134,22,250); }
td.TdClassName
{
border-color: #8616FA;
}
.TagClassName
{
border-color: #8616FA;
}
</style>