Shades of Blue Violet #882BED
Tints of Blue Violet #882BED
RGB
CMYK
RGB Variations
Color information
#882BED (or 0x882BED) is known color: Blue Violet. HEX triplet: 88, 2B and ED. RGB value is (136,43,237). Sum of RGB (Red+Green+Blue) = 136+43+237=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #882BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882BED is #77D412. Grayscale: #5C5C5C. Windows color (decimal): -7853075 or 15543176. OLE color: 15543176.
HSL color Cylindrical-coordinate representation of color #882BED: hue angle of 268.76º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882BED is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 43 | 237 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.07 |
| HSL | 268.76º | 0.84% | 0.55% | - |
| HSV(B) | 268.76º | 0.82% | 0.93% | - |
| XYZ | 26.3 | 13.08 | 81.26 | - |
| YUV | 92.92 | 209.31 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 237 | 0.43 | 0.82 | 0 | 0.07 | 268.76 | 0.84 | 0.55 |
| Hex | 88 | 2B | ED | 2B | 52 | 0 | 7 | 10D | 54 | 37 |
| Octal | 210 | 53 | 355 | 53 | 122 | 0 | 7 | 415 | 124 | 67 |
| Binary | 10001000 | 101011 | 11101101 | 101011 | 1010010 | 0 | 111 | 100001101 | 1010100 | 110111 |
Color Harmonies of #882BED
Complementary color
Monochromatic Colors of #882BED
Black with #882BED
Text Example
Text Example
White with #882BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BED; }
p { color: rgb(136,43,237); }
H1.HeaderClassName
{
color: #882BED;
}
.AnyTagClassName
{
color: #882BED;
}
</style>
background-color css
<style>
a { background-color: #882BED; }
a { background-color: rgb(136,43,237); }
div.DivClassName
{
background-color: #882BED;
}
.BgClassName
{
background-color: #882BED;
}
</style>
border-color css
<style>
span { border-color: #882BED; }
span { border-color: rgb(136,43,237); }
td.TdClassName
{
border-color: #882BED;
}
.TagClassName
{
border-color: #882BED;
}
</style>