Shades of Blue Violet #882BEF
Tints of Blue Violet #882BEF
RGB
CMYK
RGB Variations
Color information
#882BEF (or 0x882BEF) is known color: Blue Violet. HEX triplet: 88, 2B and EF. RGB value is (136,43,239). Sum of RGB (Red+Green+Blue) = 136+43+239=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #882BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882BEF is #77D410. Grayscale: #5C5C5C. Windows color (decimal): -7853073 or 15674248. OLE color: 15674248.
HSL color Cylindrical-coordinate representation of color #882BEF: hue angle of 268.47º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882BEF is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 43 | 239 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.06 |
| HSL | 268.47º | 0.86% | 0.55% | - |
| HSV(B) | 268.47º | 0.82% | 0.94% | - |
| XYZ | 26.6 | 13.19 | 82.81 | - |
| YUV | 93.15 | 210.31 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 239 | 0.43 | 0.82 | 0 | 0.06 | 268.47 | 0.86 | 0.55 |
| Hex | 88 | 2B | EF | 2B | 52 | 0 | 6 | 10C | 56 | 37 |
| Octal | 210 | 53 | 357 | 53 | 122 | 0 | 6 | 414 | 126 | 67 |
| Binary | 10001000 | 101011 | 11101111 | 101011 | 1010010 | 0 | 110 | 100001100 | 1010110 | 110111 |
Color Harmonies of #882BEF
Complementary color
Monochromatic Colors of #882BEF
Black with #882BEF
Text Example
Text Example
White with #882BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BEF; }
p { color: rgb(136,43,239); }
H1.HeaderClassName
{
color: #882BEF;
}
.AnyTagClassName
{
color: #882BEF;
}
</style>
background-color css
<style>
a { background-color: #882BEF; }
a { background-color: rgb(136,43,239); }
div.DivClassName
{
background-color: #882BEF;
}
.BgClassName
{
background-color: #882BEF;
}
</style>
border-color css
<style>
span { border-color: #882BEF; }
span { border-color: rgb(136,43,239); }
td.TdClassName
{
border-color: #882BEF;
}
.TagClassName
{
border-color: #882BEF;
}
</style>