Shades of Blue Violet #881EF8
Tints of Blue Violet #881EF8
RGB
CMYK
RGB Variations
Color information
#881EF8 (or 0x881EF8) is known color: Blue Violet. HEX triplet: 88, 1E and F8. RGB value is (136,30,248). Sum of RGB (Red+Green+Blue) = 136+30+248=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 248 (97.27% from 255 or 59.90% from 414); Max value from RGB is 248 - color contains mainly: blue. Hex color #881EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881EF8 is #77E107. Grayscale: #555555. Windows color (decimal): -7856392 or 16260744. OLE color: 16260744.
HSL color Cylindrical-coordinate representation of color #881EF8: hue angle of 269.17º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881EF8 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 30 | 248 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.03 |
| HSL | 269.17º | 0.94% | 0.55% | - |
| HSV(B) | 269.17º | 0.88% | 0.97% | - |
| XYZ | 27.56 | 12.94 | 89.85 | - |
| YUV | 86.55 | 219.12 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 248 | 0.45 | 0.88 | 0 | 0.03 | 269.17 | 0.94 | 0.55 |
| Hex | 88 | 1E | F8 | 2D | 58 | 0 | 3 | 10D | 5E | 37 |
| Octal | 210 | 36 | 370 | 55 | 130 | 0 | 3 | 415 | 136 | 67 |
| Binary | 10001000 | 11110 | 11111000 | 101101 | 1011000 | 0 | 11 | 100001101 | 1011110 | 110111 |
Color Harmonies of #881EF8
Complementary color
Monochromatic Colors of #881EF8
Black with #881EF8
Text Example
Text Example
White with #881EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881EF8; }
p { color: rgb(136,30,248); }
H1.HeaderClassName
{
color: #881EF8;
}
.AnyTagClassName
{
color: #881EF8;
}
</style>
background-color css
<style>
a { background-color: #881EF8; }
a { background-color: rgb(136,30,248); }
div.DivClassName
{
background-color: #881EF8;
}
.BgClassName
{
background-color: #881EF8;
}
</style>
border-color css
<style>
span { border-color: #881EF8; }
span { border-color: rgb(136,30,248); }
td.TdClassName
{
border-color: #881EF8;
}
.TagClassName
{
border-color: #881EF8;
}
</style>