Shades of Blue Violet #8828EF
Tints of Blue Violet #8828EF
RGB
CMYK
RGB Variations
Color information
#8828EF (or 0x8828EF) is known color: Blue Violet. HEX triplet: 88, 28 and EF. RGB value is (136,40,239). Sum of RGB (Red+Green+Blue) = 136+40+239=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #8828EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8828EF is #77D710. Grayscale: #5A5A5A. Windows color (decimal): -7853841 or 15673480. OLE color: 15673480.
HSL color Cylindrical-coordinate representation of color #8828EF: hue angle of 268.94º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8828EF is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 40 | 239 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.06 |
| HSL | 268.94º | 0.86% | 0.55% | - |
| HSV(B) | 268.94º | 0.83% | 0.94% | - |
| XYZ | 26.49 | 12.98 | 82.77 | - |
| YUV | 91.39 | 211.3 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 239 | 0.43 | 0.83 | 0 | 0.06 | 268.94 | 0.86 | 0.55 |
| Hex | 88 | 28 | EF | 2B | 53 | 0 | 6 | 10D | 56 | 37 |
| Octal | 210 | 50 | 357 | 53 | 123 | 0 | 6 | 415 | 126 | 67 |
| Binary | 10001000 | 101000 | 11101111 | 101011 | 1010011 | 0 | 110 | 100001101 | 1010110 | 110111 |
Color Harmonies of #8828EF
Complementary color
Monochromatic Colors of #8828EF
Black with #8828EF
Text Example
Text Example
White with #8828EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8828EF; }
p { color: rgb(136,40,239); }
H1.HeaderClassName
{
color: #8828EF;
}
.AnyTagClassName
{
color: #8828EF;
}
</style>
background-color css
<style>
a { background-color: #8828EF; }
a { background-color: rgb(136,40,239); }
div.DivClassName
{
background-color: #8828EF;
}
.BgClassName
{
background-color: #8828EF;
}
</style>
border-color css
<style>
span { border-color: #8828EF; }
span { border-color: rgb(136,40,239); }
td.TdClassName
{
border-color: #8828EF;
}
.TagClassName
{
border-color: #8828EF;
}
</style>