Shades of Blue Violet #881EFF
Tints of Blue Violet #881EFF
RGB
CMYK
RGB Variations
Color information
#881EFF (or 0x881EFF) is known color: Blue Violet. HEX triplet: 88, 1E and FF. RGB value is (136,30,255). Sum of RGB (Red+Green+Blue) = 136+30+255=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #881EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881EFF is #77E100. Grayscale: #565656. Windows color (decimal): -7856385 or 16719496. OLE color: 16719496.
HSL color Cylindrical-coordinate representation of color #881EFF: hue angle of 268.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881EFF is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 30 | 255 | - |
| CMYK | 0.47 | 0.88 | 0 | 0 |
| HSL | 268.27º | 1% | 0.56% | - |
| HSV(B) | 268.27º | 0.88% | 1% | - |
| XYZ | 28.67 | 13.38 | 95.68 | - |
| YUV | 87.34 | 222.62 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 255 | 0.47 | 0.88 | 0 | 0 | 268.27 | 1 | 0.56 |
| Hex | 88 | 1E | FF | 2F | 58 | 0 | 0 | 10C | 64 | 38 |
| Octal | 210 | 36 | 377 | 57 | 130 | 0 | 0 | 414 | 144 | 70 |
| Binary | 10001000 | 11110 | 11111111 | 101111 | 1011000 | 0 | 0 | 100001100 | 1100100 | 111000 |
Color Harmonies of #881EFF
Complementary color
Monochromatic Colors of #881EFF
Black with #881EFF
Text Example
Text Example
White with #881EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881EFF; }
p { color: rgb(136,30,255); }
H1.HeaderClassName
{
color: #881EFF;
}
.AnyTagClassName
{
color: #881EFF;
}
</style>
background-color css
<style>
a { background-color: #881EFF; }
a { background-color: rgb(136,30,255); }
div.DivClassName
{
background-color: #881EFF;
}
.BgClassName
{
background-color: #881EFF;
}
</style>
border-color css
<style>
span { border-color: #881EFF; }
span { border-color: rgb(136,30,255); }
td.TdClassName
{
border-color: #881EFF;
}
.TagClassName
{
border-color: #881EFF;
}
</style>