Shades of Blue Violet #8827EC
Tints of Blue Violet #8827EC
RGB
CMYK
RGB Variations
Color information
#8827EC (or 0x8827EC) is known color: Blue Violet. HEX triplet: 88, 27 and EC. RGB value is (136,39,236). Sum of RGB (Red+Green+Blue) = 136+39+236=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #8827EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8827EC is #77D813. Grayscale: #595959. Windows color (decimal): -7854100 or 15476616. OLE color: 15476616.
HSL color Cylindrical-coordinate representation of color #8827EC: hue angle of 269.54º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8827EC is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 39 | 236 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.07 |
| HSL | 269.54º | 0.84% | 0.54% | - |
| HSV(B) | 269.54º | 0.83% | 0.93% | - |
| XYZ | 26.02 | 12.74 | 80.44 | - |
| YUV | 90.46 | 210.14 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 236 | 0.42 | 0.83 | 0 | 0.07 | 269.54 | 0.84 | 0.54 |
| Hex | 88 | 27 | EC | 2A | 53 | 0 | 7 | 10E | 54 | 36 |
| Octal | 210 | 47 | 354 | 52 | 123 | 0 | 7 | 416 | 124 | 66 |
| Binary | 10001000 | 100111 | 11101100 | 101010 | 1010011 | 0 | 111 | 100001110 | 1010100 | 110110 |
Color Harmonies of #8827EC
Complementary color
Monochromatic Colors of #8827EC
Black with #8827EC
Text Example
Text Example
White with #8827EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8827EC; }
p { color: rgb(136,39,236); }
H1.HeaderClassName
{
color: #8827EC;
}
.AnyTagClassName
{
color: #8827EC;
}
</style>
background-color css
<style>
a { background-color: #8827EC; }
a { background-color: rgb(136,39,236); }
div.DivClassName
{
background-color: #8827EC;
}
.BgClassName
{
background-color: #8827EC;
}
</style>
border-color css
<style>
span { border-color: #8827EC; }
span { border-color: rgb(136,39,236); }
td.TdClassName
{
border-color: #8827EC;
}
.TagClassName
{
border-color: #8827EC;
}
</style>