Shades of Blue Violet #882FFE
Tints of Blue Violet #882FFE
RGB
CMYK
RGB Variations
Color information
#882FFE (or 0x882FFE) is known color: Blue Violet. HEX triplet: 88, 2F and FE. RGB value is (136,47,254). Sum of RGB (Red+Green+Blue) = 136+47+254=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #882FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882FFE is #77D001. Grayscale: #606060. Windows color (decimal): -7852034 or 16658312. OLE color: 16658312.
HSL color Cylindrical-coordinate representation of color #882FFE: hue angle of 265.8º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882FFE is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 47 | 254 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.00 |
| HSL | 265.8º | 0.99% | 0.59% | - |
| HSV(B) | 265.8º | 0.81% | 1% | - |
| XYZ | 29.06 | 14.42 | 95.02 | - |
| YUV | 97.21 | 216.49 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 254 | 0.46 | 0.81 | 0 | 0.00 | 265.8 | 0.99 | 0.59 |
| Hex | 88 | 2F | FE | 2E | 51 | 0 | 0 | 10A | 63 | 3B |
| Octal | 210 | 57 | 376 | 56 | 121 | 0 | 0 | 412 | 143 | 73 |
| Binary | 10001000 | 101111 | 11111110 | 101110 | 1010001 | 0 | 0 | 100001010 | 1100011 | 111011 |
Color Harmonies of #882FFE
Complementary color
Monochromatic Colors of #882FFE
Black with #882FFE
Text Example
Text Example
White with #882FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882FFE; }
p { color: rgb(136,47,254); }
H1.HeaderClassName
{
color: #882FFE;
}
.AnyTagClassName
{
color: #882FFE;
}
</style>
background-color css
<style>
a { background-color: #882FFE; }
a { background-color: rgb(136,47,254); }
div.DivClassName
{
background-color: #882FFE;
}
.BgClassName
{
background-color: #882FFE;
}
</style>
border-color css
<style>
span { border-color: #882FFE; }
span { border-color: rgb(136,47,254); }
td.TdClassName
{
border-color: #882FFE;
}
.TagClassName
{
border-color: #882FFE;
}
</style>