Shades of Blue Violet #882EDE
Tints of Blue Violet #882EDE
RGB
CMYK
RGB Variations
Color information
#882EDE (or 0x882EDE) is known color: Blue Violet. HEX triplet: 88, 2E and DE. RGB value is (136,46,222). Sum of RGB (Red+Green+Blue) = 136+46+222=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #882EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882EDE is #77D121. Grayscale: #5C5C5C. Windows color (decimal): -7852322 or 14560904. OLE color: 14560904.
HSL color Cylindrical-coordinate representation of color #882EDE: hue angle of 270.68º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882EDE is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 46 | 222 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.13 |
| HSL | 270.68º | 0.73% | 0.53% | - |
| HSV(B) | 270.68º | 0.79% | 0.87% | - |
| XYZ | 24.32 | 12.46 | 70.23 | - |
| YUV | 92.97 | 200.82 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 222 | 0.39 | 0.79 | 0 | 0.13 | 270.68 | 0.73 | 0.53 |
| Hex | 88 | 2E | DE | 27 | 4F | 0 | D | 10F | 49 | 35 |
| Octal | 210 | 56 | 336 | 47 | 117 | 0 | 15 | 417 | 111 | 65 |
| Binary | 10001000 | 101110 | 11011110 | 100111 | 1001111 | 0 | 1101 | 100001111 | 1001001 | 110101 |
Color Harmonies of #882EDE
Complementary color
Monochromatic Colors of #882EDE
Black with #882EDE
Text Example
Text Example
White with #882EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EDE; }
p { color: rgb(136,46,222); }
H1.HeaderClassName
{
color: #882EDE;
}
.AnyTagClassName
{
color: #882EDE;
}
</style>
background-color css
<style>
a { background-color: #882EDE; }
a { background-color: rgb(136,46,222); }
div.DivClassName
{
background-color: #882EDE;
}
.BgClassName
{
background-color: #882EDE;
}
</style>
border-color css
<style>
span { border-color: #882EDE; }
span { border-color: rgb(136,46,222); }
td.TdClassName
{
border-color: #882EDE;
}
.TagClassName
{
border-color: #882EDE;
}
</style>