Shades of Blue Violet #882BF0
Tints of Blue Violet #882BF0
RGB
CMYK
RGB Variations
Color information
#882BF0 (or 0x882BF0) is known color: Blue Violet. HEX triplet: 88, 2B and F0. RGB value is (136,43,240). Sum of RGB (Red+Green+Blue) = 136+43+240=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #882BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882BF0 is #77D40F. Grayscale: #5C5C5C. Windows color (decimal): -7853072 or 15739784. OLE color: 15739784.
HSL color Cylindrical-coordinate representation of color #882BF0: hue angle of 268.32º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882BF0 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 43 | 240 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.06 |
| HSL | 268.32º | 0.87% | 0.55% | - |
| HSV(B) | 268.32º | 0.82% | 0.94% | - |
| XYZ | 26.75 | 13.25 | 83.59 | - |
| YUV | 93.27 | 210.81 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 240 | 0.43 | 0.82 | 0 | 0.06 | 268.32 | 0.87 | 0.55 |
| Hex | 88 | 2B | F0 | 2B | 52 | 0 | 6 | 10C | 57 | 37 |
| Octal | 210 | 53 | 360 | 53 | 122 | 0 | 6 | 414 | 127 | 67 |
| Binary | 10001000 | 101011 | 11110000 | 101011 | 1010010 | 0 | 110 | 100001100 | 1010111 | 110111 |
Color Harmonies of #882BF0
Complementary color
Monochromatic Colors of #882BF0
Black with #882BF0
Text Example
Text Example
White with #882BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BF0; }
p { color: rgb(136,43,240); }
H1.HeaderClassName
{
color: #882BF0;
}
.AnyTagClassName
{
color: #882BF0;
}
</style>
background-color css
<style>
a { background-color: #882BF0; }
a { background-color: rgb(136,43,240); }
div.DivClassName
{
background-color: #882BF0;
}
.BgClassName
{
background-color: #882BF0;
}
</style>
border-color css
<style>
span { border-color: #882BF0; }
span { border-color: rgb(136,43,240); }
td.TdClassName
{
border-color: #882BF0;
}
.TagClassName
{
border-color: #882BF0;
}
</style>