Shades of Blue Violet #882FEE
Tints of Blue Violet #882FEE
RGB
CMYK
RGB Variations
Color information
#882FEE (or 0x882FEE) is known color: Blue Violet. HEX triplet: 88, 2F and EE. RGB value is (136,47,238). Sum of RGB (Red+Green+Blue) = 136+47+238=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #882FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882FEE is #77D011. Grayscale: #5E5E5E. Windows color (decimal): -7852050 or 15609736. OLE color: 15609736.
HSL color Cylindrical-coordinate representation of color #882FEE: hue angle of 267.96º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882FEE is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 47 | 238 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.07 |
| HSL | 267.96º | 0.85% | 0.56% | - |
| HSV(B) | 267.96º | 0.8% | 0.93% | - |
| XYZ | 26.6 | 13.44 | 82.08 | - |
| YUV | 95.39 | 208.49 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 238 | 0.43 | 0.80 | 0 | 0.07 | 267.96 | 0.85 | 0.56 |
| Hex | 88 | 2F | EE | 2B | 50 | 0 | 7 | 10C | 55 | 38 |
| Octal | 210 | 57 | 356 | 53 | 120 | 0 | 7 | 414 | 125 | 70 |
| Binary | 10001000 | 101111 | 11101110 | 101011 | 1010000 | 0 | 111 | 100001100 | 1010101 | 111000 |
Color Harmonies of #882FEE
Complementary color
Monochromatic Colors of #882FEE
Black with #882FEE
Text Example
Text Example
White with #882FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882FEE; }
p { color: rgb(136,47,238); }
H1.HeaderClassName
{
color: #882FEE;
}
.AnyTagClassName
{
color: #882FEE;
}
</style>
background-color css
<style>
a { background-color: #882FEE; }
a { background-color: rgb(136,47,238); }
div.DivClassName
{
background-color: #882FEE;
}
.BgClassName
{
background-color: #882FEE;
}
</style>
border-color css
<style>
span { border-color: #882FEE; }
span { border-color: rgb(136,47,238); }
td.TdClassName
{
border-color: #882FEE;
}
.TagClassName
{
border-color: #882FEE;
}
</style>