Shades of Blue Violet #8621EE
Tints of Blue Violet #8621EE
RGB
CMYK
RGB Variations
Color information
#8621EE (or 0x8621EE) is known color: Blue Violet. HEX triplet: 86, 21 and EE. RGB value is (134,33,238). Sum of RGB (Red+Green+Blue) = 134+33+238=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #8621EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8621EE is #79DE11. Grayscale: #555555. Windows color (decimal): -7986706 or 15606150. OLE color: 15606150.
HSL color Cylindrical-coordinate representation of color #8621EE: hue angle of 269.56º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8621EE is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 33 | 238 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.07 |
| HSL | 269.56º | 0.86% | 0.53% | - |
| HSV(B) | 269.56º | 0.86% | 0.93% | - |
| XYZ | 25.81 | 12.33 | 81.91 | - |
| YUV | 86.57 | 213.46 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 238 | 0.44 | 0.86 | 0 | 0.07 | 269.56 | 0.86 | 0.53 |
| Hex | 86 | 21 | EE | 2C | 56 | 0 | 7 | 10E | 56 | 35 |
| Octal | 206 | 41 | 356 | 54 | 126 | 0 | 7 | 416 | 126 | 65 |
| Binary | 10000110 | 100001 | 11101110 | 101100 | 1010110 | 0 | 111 | 100001110 | 1010110 | 110101 |
Color Harmonies of #8621EE
Complementary color
Monochromatic Colors of #8621EE
Black with #8621EE
Text Example
Text Example
White with #8621EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8621EE; }
p { color: rgb(134,33,238); }
H1.HeaderClassName
{
color: #8621EE;
}
.AnyTagClassName
{
color: #8621EE;
}
</style>
background-color css
<style>
a { background-color: #8621EE; }
a { background-color: rgb(134,33,238); }
div.DivClassName
{
background-color: #8621EE;
}
.BgClassName
{
background-color: #8621EE;
}
</style>
border-color css
<style>
span { border-color: #8621EE; }
span { border-color: rgb(134,33,238); }
td.TdClassName
{
border-color: #8621EE;
}
.TagClassName
{
border-color: #8621EE;
}
</style>