Shades of Blue Violet #882ED4
Tints of Blue Violet #882ED4
RGB
CMYK
RGB Variations
Color information
#882ED4 (or 0x882ED4) is known color: Blue Violet. HEX triplet: 88, 2E and D4. RGB value is (136,46,212). Sum of RGB (Red+Green+Blue) = 136+46+212=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #882ED4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ED4 is #77D12B. Grayscale: #5B5B5B. Windows color (decimal): -7852332 or 13905544. OLE color: 13905544.
HSL color Cylindrical-coordinate representation of color #882ED4: hue angle of 272.53º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882ED4 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 46 | 212 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.17 |
| HSL | 272.53º | 0.66% | 0.51% | - |
| HSV(B) | 272.53º | 0.78% | 0.83% | - |
| XYZ | 23.01 | 11.94 | 63.38 | - |
| YUV | 91.83 | 195.82 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 212 | 0.36 | 0.78 | 0 | 0.17 | 272.53 | 0.66 | 0.51 |
| Hex | 88 | 2E | D4 | 24 | 4E | 0 | 11 | 111 | 42 | 33 |
| Octal | 210 | 56 | 324 | 44 | 116 | 0 | 21 | 421 | 102 | 63 |
| Binary | 10001000 | 101110 | 11010100 | 100100 | 1001110 | 0 | 10001 | 100010001 | 1000010 | 110011 |
Color Harmonies of #882ED4
Complementary color
Monochromatic Colors of #882ED4
Black with #882ED4
Text Example
Text Example
White with #882ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882ED4; }
p { color: rgb(136,46,212); }
H1.HeaderClassName
{
color: #882ED4;
}
.AnyTagClassName
{
color: #882ED4;
}
</style>
background-color css
<style>
a { background-color: #882ED4; }
a { background-color: rgb(136,46,212); }
div.DivClassName
{
background-color: #882ED4;
}
.BgClassName
{
background-color: #882ED4;
}
</style>
border-color css
<style>
span { border-color: #882ED4; }
span { border-color: rgb(136,46,212); }
td.TdClassName
{
border-color: #882ED4;
}
.TagClassName
{
border-color: #882ED4;
}
</style>