Shades of Blue Violet #881DF7
Tints of Blue Violet #881DF7
RGB
CMYK
RGB Variations
Color information
#881DF7 (or 0x881DF7) is known color: Blue Violet. HEX triplet: 88, 1D and F7. RGB value is (136,29,247). Sum of RGB (Red+Green+Blue) = 136+29+247=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 247 (96.88% from 255 or 59.95% from 412); Max value from RGB is 247 - color contains mainly: blue. Hex color #881DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881DF7 is #77E208. Grayscale: #555555. Windows color (decimal): -7856649 or 16194952. OLE color: 16194952.
HSL color Cylindrical-coordinate representation of color #881DF7: hue angle of 269.45º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881DF7 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 29 | 247 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.03 |
| HSL | 269.45º | 0.93% | 0.54% | - |
| HSV(B) | 269.45º | 0.88% | 0.97% | - |
| XYZ | 27.38 | 12.83 | 89.03 | - |
| YUV | 85.85 | 218.95 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 247 | 0.45 | 0.88 | 0 | 0.03 | 269.45 | 0.93 | 0.54 |
| Hex | 88 | 1D | F7 | 2D | 58 | 0 | 3 | 10D | 5D | 36 |
| Octal | 210 | 35 | 367 | 55 | 130 | 0 | 3 | 415 | 135 | 66 |
| Binary | 10001000 | 11101 | 11110111 | 101101 | 1011000 | 0 | 11 | 100001101 | 1011101 | 110110 |
Color Harmonies of #881DF7
Complementary color
Monochromatic Colors of #881DF7
Black with #881DF7
Text Example
Text Example
White with #881DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881DF7; }
p { color: rgb(136,29,247); }
H1.HeaderClassName
{
color: #881DF7;
}
.AnyTagClassName
{
color: #881DF7;
}
</style>
background-color css
<style>
a { background-color: #881DF7; }
a { background-color: rgb(136,29,247); }
div.DivClassName
{
background-color: #881DF7;
}
.BgClassName
{
background-color: #881DF7;
}
</style>
border-color css
<style>
span { border-color: #881DF7; }
span { border-color: rgb(136,29,247); }
td.TdClassName
{
border-color: #881DF7;
}
.TagClassName
{
border-color: #881DF7;
}
</style>