Shades of Blue Violet #882EDD
Tints of Blue Violet #882EDD
RGB
CMYK
RGB Variations
Color information
#882EDD (or 0x882EDD) is known color: Blue Violet. HEX triplet: 88, 2E and DD. RGB value is (136,46,221). Sum of RGB (Red+Green+Blue) = 136+46+221=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #882EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882EDD is #77D122. Grayscale: #5C5C5C. Windows color (decimal): -7852323 or 14495368. OLE color: 14495368.
HSL color Cylindrical-coordinate representation of color #882EDD: hue angle of 270.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882EDD is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 46 | 221 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.13 |
| HSL | 270.86º | 0.72% | 0.52% | - |
| HSV(B) | 270.86º | 0.79% | 0.87% | - |
| XYZ | 24.18 | 12.41 | 69.53 | - |
| YUV | 92.86 | 200.32 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 221 | 0.38 | 0.79 | 0 | 0.13 | 270.86 | 0.72 | 0.52 |
| Hex | 88 | 2E | DD | 26 | 4F | 0 | D | 10F | 48 | 34 |
| Octal | 210 | 56 | 335 | 46 | 117 | 0 | 15 | 417 | 110 | 64 |
| Binary | 10001000 | 101110 | 11011101 | 100110 | 1001111 | 0 | 1101 | 100001111 | 1001000 | 110100 |
Color Harmonies of #882EDD
Complementary color
Monochromatic Colors of #882EDD
Black with #882EDD
Text Example
Text Example
White with #882EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EDD; }
p { color: rgb(136,46,221); }
H1.HeaderClassName
{
color: #882EDD;
}
.AnyTagClassName
{
color: #882EDD;
}
</style>
background-color css
<style>
a { background-color: #882EDD; }
a { background-color: rgb(136,46,221); }
div.DivClassName
{
background-color: #882EDD;
}
.BgClassName
{
background-color: #882EDD;
}
</style>
border-color css
<style>
span { border-color: #882EDD; }
span { border-color: rgb(136,46,221); }
td.TdClassName
{
border-color: #882EDD;
}
.TagClassName
{
border-color: #882EDD;
}
</style>