Shades of Blue Violet #882EFB
Tints of Blue Violet #882EFB
RGB
CMYK
RGB Variations
Color information
#882EFB (or 0x882EFB) is known color: Blue Violet. HEX triplet: 88, 2E and FB. RGB value is (136,46,251). Sum of RGB (Red+Green+Blue) = 136+46+251=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #882EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882EFB is #77D104. Grayscale: #5F5F5F. Windows color (decimal): -7852293 or 16461448. OLE color: 16461448.
HSL color Cylindrical-coordinate representation of color #882EFB: hue angle of 266.34º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882EFB is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 46 | 251 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.02 |
| HSL | 266.34º | 0.96% | 0.58% | - |
| HSV(B) | 266.34º | 0.82% | 0.98% | - |
| XYZ | 28.54 | 14.15 | 92.49 | - |
| YUV | 96.28 | 215.32 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 251 | 0.46 | 0.82 | 0 | 0.02 | 266.34 | 0.96 | 0.58 |
| Hex | 88 | 2E | FB | 2E | 52 | 0 | 2 | 10A | 60 | 3A |
| Octal | 210 | 56 | 373 | 56 | 122 | 0 | 2 | 412 | 140 | 72 |
| Binary | 10001000 | 101110 | 11111011 | 101110 | 1010010 | 0 | 10 | 100001010 | 1100000 | 111010 |
Color Harmonies of #882EFB
Complementary color
Monochromatic Colors of #882EFB
Black with #882EFB
Text Example
Text Example
White with #882EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EFB; }
p { color: rgb(136,46,251); }
H1.HeaderClassName
{
color: #882EFB;
}
.AnyTagClassName
{
color: #882EFB;
}
</style>
background-color css
<style>
a { background-color: #882EFB; }
a { background-color: rgb(136,46,251); }
div.DivClassName
{
background-color: #882EFB;
}
.BgClassName
{
background-color: #882EFB;
}
</style>
border-color css
<style>
span { border-color: #882EFB; }
span { border-color: rgb(136,46,251); }
td.TdClassName
{
border-color: #882EFB;
}
.TagClassName
{
border-color: #882EFB;
}
</style>