Shades of Blue Violet #882EF3
Tints of Blue Violet #882EF3
RGB
CMYK
RGB Variations
Color information
#882EF3 (or 0x882EF3) is known color: Blue Violet. HEX triplet: 88, 2E and F3. RGB value is (136,46,243). Sum of RGB (Red+Green+Blue) = 136+46+243=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 243 (95.31% from 255 or 57.18% from 425); Max value from RGB is 243 - color contains mainly: blue. Hex color #882EF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882EF3 is #77D10C. Grayscale: #5E5E5E. Windows color (decimal): -7852301 or 15937160. OLE color: 15937160.
HSL color Cylindrical-coordinate representation of color #882EF3: hue angle of 267.41º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882EF3 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 46 | 243 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.05 |
| HSL | 267.41º | 0.89% | 0.57% | - |
| HSV(B) | 267.41º | 0.81% | 0.95% | - |
| XYZ | 27.31 | 13.66 | 85.99 | - |
| YUV | 95.37 | 211.32 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 243 | 0.44 | 0.81 | 0 | 0.05 | 267.41 | 0.89 | 0.57 |
| Hex | 88 | 2E | F3 | 2C | 51 | 0 | 5 | 10B | 59 | 39 |
| Octal | 210 | 56 | 363 | 54 | 121 | 0 | 5 | 413 | 131 | 71 |
| Binary | 10001000 | 101110 | 11110011 | 101100 | 1010001 | 0 | 101 | 100001011 | 1011001 | 111001 |
Color Harmonies of #882EF3
Complementary color
Monochromatic Colors of #882EF3
Black with #882EF3
Text Example
Text Example
White with #882EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EF3; }
p { color: rgb(136,46,243); }
H1.HeaderClassName
{
color: #882EF3;
}
.AnyTagClassName
{
color: #882EF3;
}
</style>
background-color css
<style>
a { background-color: #882EF3; }
a { background-color: rgb(136,46,243); }
div.DivClassName
{
background-color: #882EF3;
}
.BgClassName
{
background-color: #882EF3;
}
</style>
border-color css
<style>
span { border-color: #882EF3; }
span { border-color: rgb(136,46,243); }
td.TdClassName
{
border-color: #882EF3;
}
.TagClassName
{
border-color: #882EF3;
}
</style>