Shades of Blue Violet #8627EE
Tints of Blue Violet #8627EE
RGB
CMYK
RGB Variations
Color information
#8627EE (or 0x8627EE) is known color: Blue Violet. HEX triplet: 86, 27 and EE. RGB value is (134,39,238). Sum of RGB (Red+Green+Blue) = 134+39+238=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #8627EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8627EE is #79D811. Grayscale: #595959. Windows color (decimal): -7985170 or 15607686. OLE color: 15607686.
HSL color Cylindrical-coordinate representation of color #8627EE: hue angle of 268.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8627EE is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 39 | 238 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.07 |
| HSL | 268.64º | 0.85% | 0.54% | - |
| HSV(B) | 268.64º | 0.84% | 0.93% | - |
| XYZ | 25.99 | 12.69 | 81.97 | - |
| YUV | 90.09 | 211.47 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 238 | 0.44 | 0.84 | 0 | 0.07 | 268.64 | 0.85 | 0.54 |
| Hex | 86 | 27 | EE | 2C | 54 | 0 | 7 | 10D | 55 | 36 |
| Octal | 206 | 47 | 356 | 54 | 124 | 0 | 7 | 415 | 125 | 66 |
| Binary | 10000110 | 100111 | 11101110 | 101100 | 1010100 | 0 | 111 | 100001101 | 1010101 | 110110 |
Color Harmonies of #8627EE
Complementary color
Monochromatic Colors of #8627EE
Black with #8627EE
Text Example
Text Example
White with #8627EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8627EE; }
p { color: rgb(134,39,238); }
H1.HeaderClassName
{
color: #8627EE;
}
.AnyTagClassName
{
color: #8627EE;
}
</style>
background-color css
<style>
a { background-color: #8627EE; }
a { background-color: rgb(134,39,238); }
div.DivClassName
{
background-color: #8627EE;
}
.BgClassName
{
background-color: #8627EE;
}
</style>
border-color css
<style>
span { border-color: #8627EE; }
span { border-color: rgb(134,39,238); }
td.TdClassName
{
border-color: #8627EE;
}
.TagClassName
{
border-color: #8627EE;
}
</style>