Shades of Blue Violet #882EF4
Tints of Blue Violet #882EF4
RGB
CMYK
RGB Variations
Color information
#882EF4 (or 0x882EF4) is known color: Blue Violet. HEX triplet: 88, 2E and F4. RGB value is (136,46,244). Sum of RGB (Red+Green+Blue) = 136+46+244=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 244 (95.70% from 255 or 57.28% from 426); Max value from RGB is 244 - color contains mainly: blue. Hex color #882EF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882EF4 is #77D10B. Grayscale: #5E5E5E. Windows color (decimal): -7852300 or 16002696. OLE color: 16002696.
HSL color Cylindrical-coordinate representation of color #882EF4: hue angle of 267.27º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882EF4 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 46 | 244 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.04 |
| HSL | 267.27º | 0.9% | 0.57% | - |
| HSV(B) | 267.27º | 0.81% | 0.96% | - |
| XYZ | 27.46 | 13.72 | 86.79 | - |
| YUV | 95.48 | 211.82 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 244 | 0.44 | 0.81 | 0 | 0.04 | 267.27 | 0.9 | 0.57 |
| Hex | 88 | 2E | F4 | 2C | 51 | 0 | 4 | 10B | 5A | 39 |
| Octal | 210 | 56 | 364 | 54 | 121 | 0 | 4 | 413 | 132 | 71 |
| Binary | 10001000 | 101110 | 11110100 | 101100 | 1010001 | 0 | 100 | 100001011 | 1011010 | 111001 |
Color Harmonies of #882EF4
Complementary color
Monochromatic Colors of #882EF4
Black with #882EF4
Text Example
Text Example
White with #882EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EF4; }
p { color: rgb(136,46,244); }
H1.HeaderClassName
{
color: #882EF4;
}
.AnyTagClassName
{
color: #882EF4;
}
</style>
background-color css
<style>
a { background-color: #882EF4; }
a { background-color: rgb(136,46,244); }
div.DivClassName
{
background-color: #882EF4;
}
.BgClassName
{
background-color: #882EF4;
}
</style>
border-color css
<style>
span { border-color: #882EF4; }
span { border-color: rgb(136,46,244); }
td.TdClassName
{
border-color: #882EF4;
}
.TagClassName
{
border-color: #882EF4;
}
</style>