Shades of Blue Violet #882AED
Tints of Blue Violet #882AED
RGB
CMYK
RGB Variations
Color information
#882AED (or 0x882AED) is known color: Blue Violet. HEX triplet: 88, 2A and ED. RGB value is (136,42,237). Sum of RGB (Red+Green+Blue) = 136+42+237=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #882AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882AED is #77D512. Grayscale: #5B5B5B. Windows color (decimal): -7853331 or 15542920. OLE color: 15542920.
HSL color Cylindrical-coordinate representation of color #882AED: hue angle of 268.92º 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 #882AED is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 42 | 237 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.07 |
| HSL | 268.92º | 0.84% | 0.55% | - |
| HSV(B) | 268.92º | 0.82% | 0.93% | - |
| XYZ | 26.27 | 13 | 81.25 | - |
| YUV | 92.34 | 209.64 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 237 | 0.43 | 0.82 | 0 | 0.07 | 268.92 | 0.84 | 0.55 |
| Hex | 88 | 2A | ED | 2B | 52 | 0 | 7 | 10D | 54 | 37 |
| Octal | 210 | 52 | 355 | 53 | 122 | 0 | 7 | 415 | 124 | 67 |
| Binary | 10001000 | 101010 | 11101101 | 101011 | 1010010 | 0 | 111 | 100001101 | 1010100 | 110111 |
Color Harmonies of #882AED
Complementary color
Monochromatic Colors of #882AED
Black with #882AED
Text Example
Text Example
White with #882AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882AED; }
p { color: rgb(136,42,237); }
H1.HeaderClassName
{
color: #882AED;
}
.AnyTagClassName
{
color: #882AED;
}
</style>
background-color css
<style>
a { background-color: #882AED; }
a { background-color: rgb(136,42,237); }
div.DivClassName
{
background-color: #882AED;
}
.BgClassName
{
background-color: #882AED;
}
</style>
border-color css
<style>
span { border-color: #882AED; }
span { border-color: rgb(136,42,237); }
td.TdClassName
{
border-color: #882AED;
}
.TagClassName
{
border-color: #882AED;
}
</style>