Shades of Blue Violet #881EF6
Tints of Blue Violet #881EF6
RGB
CMYK
RGB Variations
Color information
#881EF6 (or 0x881EF6) is known color: Blue Violet. HEX triplet: 88, 1E and F6. RGB value is (136,30,246). Sum of RGB (Red+Green+Blue) = 136+30+246=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 246 (96.48% from 255 or 59.71% from 412); Max value from RGB is 246 - color contains mainly: blue. Hex color #881EF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881EF6 is #77E109. Grayscale: #555555. Windows color (decimal): -7856394 or 16129672. OLE color: 16129672.
HSL color Cylindrical-coordinate representation of color #881EF6: hue angle of 269.44º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881EF6 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 30 | 246 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.04 |
| HSL | 269.44º | 0.92% | 0.54% | - |
| HSV(B) | 269.44º | 0.88% | 0.96% | - |
| XYZ | 27.25 | 12.82 | 88.23 | - |
| YUV | 86.32 | 218.12 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 246 | 0.45 | 0.88 | 0 | 0.04 | 269.44 | 0.92 | 0.54 |
| Hex | 88 | 1E | F6 | 2D | 58 | 0 | 4 | 10D | 5C | 36 |
| Octal | 210 | 36 | 366 | 55 | 130 | 0 | 4 | 415 | 134 | 66 |
| Binary | 10001000 | 11110 | 11110110 | 101101 | 1011000 | 0 | 100 | 100001101 | 1011100 | 110110 |
Color Harmonies of #881EF6
Complementary color
Monochromatic Colors of #881EF6
Black with #881EF6
Text Example
Text Example
White with #881EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881EF6; }
p { color: rgb(136,30,246); }
H1.HeaderClassName
{
color: #881EF6;
}
.AnyTagClassName
{
color: #881EF6;
}
</style>
background-color css
<style>
a { background-color: #881EF6; }
a { background-color: rgb(136,30,246); }
div.DivClassName
{
background-color: #881EF6;
}
.BgClassName
{
background-color: #881EF6;
}
</style>
border-color css
<style>
span { border-color: #881EF6; }
span { border-color: rgb(136,30,246); }
td.TdClassName
{
border-color: #881EF6;
}
.TagClassName
{
border-color: #881EF6;
}
</style>