Shades of Blue Violet #8831EA
Tints of Blue Violet #8831EA
RGB
CMYK
RGB Variations
Color information
#8831EA (or 0x8831EA) is known color: Blue Violet. HEX triplet: 88, 31 and EA. RGB value is (136,49,234). Sum of RGB (Red+Green+Blue) = 136+49+234=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #8831EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8831EA is #77CE15. Grayscale: #5F5F5F. Windows color (decimal): -7851542 or 15348104. OLE color: 15348104.
HSL color Cylindrical-coordinate representation of color #8831EA: hue angle of 268.22º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8831EA is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 49 | 234 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.08 |
| HSL | 268.22º | 0.81% | 0.55% | - |
| HSV(B) | 268.22º | 0.79% | 0.92% | - |
| XYZ | 26.1 | 13.37 | 79.05 | - |
| YUV | 96.1 | 205.82 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 234 | 0.42 | 0.79 | 0 | 0.08 | 268.22 | 0.81 | 0.55 |
| Hex | 88 | 31 | EA | 2A | 4F | 0 | 8 | 10C | 51 | 37 |
| Octal | 210 | 61 | 352 | 52 | 117 | 0 | 10 | 414 | 121 | 67 |
| Binary | 10001000 | 110001 | 11101010 | 101010 | 1001111 | 0 | 1000 | 100001100 | 1010001 | 110111 |
Color Harmonies of #8831EA
Complementary color
Monochromatic Colors of #8831EA
Black with #8831EA
Text Example
Text Example
White with #8831EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8831EA; }
p { color: rgb(136,49,234); }
H1.HeaderClassName
{
color: #8831EA;
}
.AnyTagClassName
{
color: #8831EA;
}
</style>
background-color css
<style>
a { background-color: #8831EA; }
a { background-color: rgb(136,49,234); }
div.DivClassName
{
background-color: #8831EA;
}
.BgClassName
{
background-color: #8831EA;
}
</style>
border-color css
<style>
span { border-color: #8831EA; }
span { border-color: rgb(136,49,234); }
td.TdClassName
{
border-color: #8831EA;
}
.TagClassName
{
border-color: #8831EA;
}
</style>