Shades of Blue Violet #882EFE
Tints of Blue Violet #882EFE
RGB
CMYK
RGB Variations
Color information
#882EFE (or 0x882EFE) is known color: Blue Violet. HEX triplet: 88, 2E and FE. RGB value is (136,46,254). Sum of RGB (Red+Green+Blue) = 136+46+254=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #882EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882EFE is #77D101. Grayscale: #5F5F5F. Windows color (decimal): -7852290 or 16658056. OLE color: 16658056.
HSL color Cylindrical-coordinate representation of color #882EFE: hue angle of 265.96º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882EFE is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 46 | 254 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.00 |
| HSL | 265.96º | 0.99% | 0.59% | - |
| HSV(B) | 265.96º | 0.82% | 1% | - |
| XYZ | 29.02 | 14.34 | 95.01 | - |
| YUV | 96.62 | 216.82 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 254 | 0.46 | 0.82 | 0 | 0.00 | 265.96 | 0.99 | 0.59 |
| Hex | 88 | 2E | FE | 2E | 52 | 0 | 0 | 10A | 63 | 3B |
| Octal | 210 | 56 | 376 | 56 | 122 | 0 | 0 | 412 | 143 | 73 |
| Binary | 10001000 | 101110 | 11111110 | 101110 | 1010010 | 0 | 0 | 100001010 | 1100011 | 111011 |
Color Harmonies of #882EFE
Complementary color
Monochromatic Colors of #882EFE
Black with #882EFE
Text Example
Text Example
White with #882EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EFE; }
p { color: rgb(136,46,254); }
H1.HeaderClassName
{
color: #882EFE;
}
.AnyTagClassName
{
color: #882EFE;
}
</style>
background-color css
<style>
a { background-color: #882EFE; }
a { background-color: rgb(136,46,254); }
div.DivClassName
{
background-color: #882EFE;
}
.BgClassName
{
background-color: #882EFE;
}
</style>
border-color css
<style>
span { border-color: #882EFE; }
span { border-color: rgb(136,46,254); }
td.TdClassName
{
border-color: #882EFE;
}
.TagClassName
{
border-color: #882EFE;
}
</style>