Shades of Blue Violet #881DFB
Tints of Blue Violet #881DFB
RGB
CMYK
RGB Variations
Color information
#881DFB (or 0x881DFB) is known color: Blue Violet. HEX triplet: 88, 1D and FB. RGB value is (136,29,251). Sum of RGB (Red+Green+Blue) = 136+29+251=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #881DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881DFB is #77E204. Grayscale: #555555. Windows color (decimal): -7856645 or 16457096. OLE color: 16457096.
HSL color Cylindrical-coordinate representation of color #881DFB: hue angle of 268.92º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881DFB is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 29 | 251 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.02 |
| HSL | 268.92º | 0.97% | 0.55% | - |
| HSV(B) | 268.92º | 0.88% | 0.98% | - |
| XYZ | 28.01 | 13.08 | 92.32 | - |
| YUV | 86.3 | 220.95 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 251 | 0.46 | 0.88 | 0 | 0.02 | 268.92 | 0.97 | 0.55 |
| Hex | 88 | 1D | FB | 2E | 58 | 0 | 2 | 10D | 61 | 37 |
| Octal | 210 | 35 | 373 | 56 | 130 | 0 | 2 | 415 | 141 | 67 |
| Binary | 10001000 | 11101 | 11111011 | 101110 | 1011000 | 0 | 10 | 100001101 | 1100001 | 110111 |
Color Harmonies of #881DFB
Complementary color
Monochromatic Colors of #881DFB
Black with #881DFB
Text Example
Text Example
White with #881DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881DFB; }
p { color: rgb(136,29,251); }
H1.HeaderClassName
{
color: #881DFB;
}
.AnyTagClassName
{
color: #881DFB;
}
</style>
background-color css
<style>
a { background-color: #881DFB; }
a { background-color: rgb(136,29,251); }
div.DivClassName
{
background-color: #881DFB;
}
.BgClassName
{
background-color: #881DFB;
}
</style>
border-color css
<style>
span { border-color: #881DFB; }
span { border-color: rgb(136,29,251); }
td.TdClassName
{
border-color: #881DFB;
}
.TagClassName
{
border-color: #881DFB;
}
</style>