Shades of Blue Violet #882FEF
Tints of Blue Violet #882FEF
RGB
CMYK
RGB Variations
Color information
#882FEF (or 0x882FEF) is known color: Blue Violet. HEX triplet: 88, 2F and EF. RGB value is (136,47,239). Sum of RGB (Red+Green+Blue) = 136+47+239=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #882FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882FEF is #77D010. Grayscale: #5E5E5E. Windows color (decimal): -7852049 or 15675272. OLE color: 15675272.
HSL color Cylindrical-coordinate representation of color #882FEF: hue angle of 267.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882FEF is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 47 | 239 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.06 |
| HSL | 267.81º | 0.86% | 0.56% | - |
| HSV(B) | 267.81º | 0.8% | 0.94% | - |
| XYZ | 26.75 | 13.5 | 82.86 | - |
| YUV | 95.5 | 208.99 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 239 | 0.43 | 0.80 | 0 | 0.06 | 267.81 | 0.86 | 0.56 |
| Hex | 88 | 2F | EF | 2B | 50 | 0 | 6 | 10C | 56 | 38 |
| Octal | 210 | 57 | 357 | 53 | 120 | 0 | 6 | 414 | 126 | 70 |
| Binary | 10001000 | 101111 | 11101111 | 101011 | 1010000 | 0 | 110 | 100001100 | 1010110 | 111000 |
Color Harmonies of #882FEF
Complementary color
Monochromatic Colors of #882FEF
Black with #882FEF
Text Example
Text Example
White with #882FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882FEF; }
p { color: rgb(136,47,239); }
H1.HeaderClassName
{
color: #882FEF;
}
.AnyTagClassName
{
color: #882FEF;
}
</style>
background-color css
<style>
a { background-color: #882FEF; }
a { background-color: rgb(136,47,239); }
div.DivClassName
{
background-color: #882FEF;
}
.BgClassName
{
background-color: #882FEF;
}
</style>
border-color css
<style>
span { border-color: #882FEF; }
span { border-color: rgb(136,47,239); }
td.TdClassName
{
border-color: #882FEF;
}
.TagClassName
{
border-color: #882FEF;
}
</style>