Shades of Blue Violet #8826EC
Tints of Blue Violet #8826EC
RGB
CMYK
RGB Variations
Color information
#8826EC (or 0x8826EC) is known color: Blue Violet. HEX triplet: 88, 26 and EC. RGB value is (136,38,236). Sum of RGB (Red+Green+Blue) = 136+38+236=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #8826EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8826EC is #77D913. Grayscale: #595959. Windows color (decimal): -7854356 or 15476360. OLE color: 15476360.
HSL color Cylindrical-coordinate representation of color #8826EC: hue angle of 269.7º degrees, saturation: 0.84, 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 #8826EC is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 38 | 236 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.07 |
| HSL | 269.7º | 0.84% | 0.54% | - |
| HSV(B) | 269.7º | 0.84% | 0.93% | - |
| XYZ | 25.99 | 12.68 | 80.43 | - |
| YUV | 89.87 | 210.47 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 236 | 0.42 | 0.84 | 0 | 0.07 | 269.7 | 0.84 | 0.54 |
| Hex | 88 | 26 | EC | 2A | 54 | 0 | 7 | 10E | 54 | 36 |
| Octal | 210 | 46 | 354 | 52 | 124 | 0 | 7 | 416 | 124 | 66 |
| Binary | 10001000 | 100110 | 11101100 | 101010 | 1010100 | 0 | 111 | 100001110 | 1010100 | 110110 |
Color Harmonies of #8826EC
Complementary color
Monochromatic Colors of #8826EC
Black with #8826EC
Text Example
Text Example
White with #8826EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8826EC; }
p { color: rgb(136,38,236); }
H1.HeaderClassName
{
color: #8826EC;
}
.AnyTagClassName
{
color: #8826EC;
}
</style>
background-color css
<style>
a { background-color: #8826EC; }
a { background-color: rgb(136,38,236); }
div.DivClassName
{
background-color: #8826EC;
}
.BgClassName
{
background-color: #8826EC;
}
</style>
border-color css
<style>
span { border-color: #8826EC; }
span { border-color: rgb(136,38,236); }
td.TdClassName
{
border-color: #8826EC;
}
.TagClassName
{
border-color: #8826EC;
}
</style>