Shades of Blue Violet #8831E0
Tints of Blue Violet #8831E0
RGB
CMYK
RGB Variations
Color information
#8831E0 (or 0x8831E0) is known color: Blue Violet. HEX triplet: 88, 31 and E0. RGB value is (136,49,224). Sum of RGB (Red+Green+Blue) = 136+49+224=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 224 (87.89% from 255 or 54.77% from 409); Max value from RGB is 224 - color contains mainly: blue. Hex color #8831E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8831E0 is #77CE1F. Grayscale: #5E5E5E. Windows color (decimal): -7851552 or 14692744. OLE color: 14692744.
HSL color Cylindrical-coordinate representation of color #8831E0: hue angle of 269.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8831E0 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 49 | 224 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.12 |
| HSL | 269.83º | 0.74% | 0.54% | - |
| HSV(B) | 269.83º | 0.78% | 0.88% | - |
| XYZ | 24.71 | 12.81 | 71.69 | - |
| YUV | 94.96 | 200.82 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 224 | 0.39 | 0.78 | 0 | 0.12 | 269.83 | 0.74 | 0.54 |
| Hex | 88 | 31 | E0 | 27 | 4E | 0 | C | 10E | 4A | 36 |
| Octal | 210 | 61 | 340 | 47 | 116 | 0 | 14 | 416 | 112 | 66 |
| Binary | 10001000 | 110001 | 11100000 | 100111 | 1001110 | 0 | 1100 | 100001110 | 1001010 | 110110 |
Color Harmonies of #8831E0
Complementary color
Monochromatic Colors of #8831E0
Black with #8831E0
Text Example
Text Example
White with #8831E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8831E0; }
p { color: rgb(136,49,224); }
H1.HeaderClassName
{
color: #8831E0;
}
.AnyTagClassName
{
color: #8831E0;
}
</style>
background-color css
<style>
a { background-color: #8831E0; }
a { background-color: rgb(136,49,224); }
div.DivClassName
{
background-color: #8831E0;
}
.BgClassName
{
background-color: #8831E0;
}
</style>
border-color css
<style>
span { border-color: #8831E0; }
span { border-color: rgb(136,49,224); }
td.TdClassName
{
border-color: #8831E0;
}
.TagClassName
{
border-color: #8831E0;
}
</style>