Shades of Blue Violet #8640EE
Tints of Blue Violet #8640EE
RGB
CMYK
RGB Variations
Color information
#8640EE (or 0x8640EE) is known color: Blue Violet. HEX triplet: 86, 40 and EE. RGB value is (134,64,238). Sum of RGB (Red+Green+Blue) = 134+64+238=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #8640EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8640EE is #79BF11. Grayscale: #686868. Windows color (decimal): -7978770 or 15614086. OLE color: 15614086.
HSL color Cylindrical-coordinate representation of color #8640EE: hue angle of 264.14º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8640EE is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 64 | 238 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.07 |
| HSL | 264.14º | 0.84% | 0.59% | - |
| HSV(B) | 264.14º | 0.73% | 0.93% | - |
| XYZ | 27.1 | 14.91 | 82.34 | - |
| YUV | 104.77 | 203.19 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 238 | 0.44 | 0.73 | 0 | 0.07 | 264.14 | 0.84 | 0.59 |
| Hex | 86 | 40 | EE | 2C | 49 | 0 | 7 | 108 | 54 | 3B |
| Octal | 206 | 100 | 356 | 54 | 111 | 0 | 7 | 410 | 124 | 73 |
| Binary | 10000110 | 1000000 | 11101110 | 101100 | 1001001 | 0 | 111 | 100001000 | 1010100 | 111011 |
Color Harmonies of #8640EE
Complementary color
Monochromatic Colors of #8640EE
Black with #8640EE
Text Example
Text Example
White with #8640EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8640EE; }
p { color: rgb(134,64,238); }
H1.HeaderClassName
{
color: #8640EE;
}
.AnyTagClassName
{
color: #8640EE;
}
</style>
background-color css
<style>
a { background-color: #8640EE; }
a { background-color: rgb(134,64,238); }
div.DivClassName
{
background-color: #8640EE;
}
.BgClassName
{
background-color: #8640EE;
}
</style>
border-color css
<style>
span { border-color: #8640EE; }
span { border-color: rgb(134,64,238); }
td.TdClassName
{
border-color: #8640EE;
}
.TagClassName
{
border-color: #8640EE;
}
</style>