Shades of Blue Violet #8646EF
Tints of Blue Violet #8646EF
RGB
CMYK
RGB Variations
Color information
#8646EF (or 0x8646EF) is known color: Blue Violet. HEX triplet: 86, 46 and EF. RGB value is (134,70,239). Sum of RGB (Red+Green+Blue) = 134+70+239=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #8646EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8646EF is #79B910. Grayscale: #6B6B6B. Windows color (decimal): -7977233 or 15681158. OLE color: 15681158.
HSL color Cylindrical-coordinate representation of color #8646EF: hue angle of 262.72º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8646EF is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 70 | 239 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.06 |
| HSL | 262.72º | 0.84% | 0.61% | - |
| HSV(B) | 262.72º | 0.71% | 0.94% | - |
| XYZ | 27.6 | 15.68 | 83.23 | - |
| YUV | 108.4 | 201.7 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 239 | 0.44 | 0.71 | 0 | 0.06 | 262.72 | 0.84 | 0.61 |
| Hex | 86 | 46 | EF | 2C | 47 | 0 | 6 | 107 | 54 | 3D |
| Octal | 206 | 106 | 357 | 54 | 107 | 0 | 6 | 407 | 124 | 75 |
| Binary | 10000110 | 1000110 | 11101111 | 101100 | 1000111 | 0 | 110 | 100000111 | 1010100 | 111101 |
Color Harmonies of #8646EF
Complementary color
Monochromatic Colors of #8646EF
Black with #8646EF
Text Example
Text Example
White with #8646EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8646EF; }
p { color: rgb(134,70,239); }
H1.HeaderClassName
{
color: #8646EF;
}
.AnyTagClassName
{
color: #8646EF;
}
</style>
background-color css
<style>
a { background-color: #8646EF; }
a { background-color: rgb(134,70,239); }
div.DivClassName
{
background-color: #8646EF;
}
.BgClassName
{
background-color: #8646EF;
}
</style>
border-color css
<style>
span { border-color: #8646EF; }
span { border-color: rgb(134,70,239); }
td.TdClassName
{
border-color: #8646EF;
}
.TagClassName
{
border-color: #8646EF;
}
</style>