Shades of Blue Violet #882BDC
Tints of Blue Violet #882BDC
RGB
CMYK
RGB Variations
Color information
#882BDC (or 0x882BDC) is known color: Blue Violet. HEX triplet: 88, 2B and DC. RGB value is (136,43,220). Sum of RGB (Red+Green+Blue) = 136+43+220=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #882BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BDC is #77D423. Grayscale: #5A5A5A. Windows color (decimal): -7853092 or 14429064. OLE color: 14429064.
HSL color Cylindrical-coordinate representation of color #882BDC: hue angle of 271.53º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882BDC is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 43 | 220 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.14 |
| HSL | 271.53º | 0.72% | 0.52% | - |
| HSV(B) | 271.53º | 0.8% | 0.86% | - |
| XYZ | 23.94 | 12.13 | 68.79 | - |
| YUV | 90.99 | 200.81 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 220 | 0.38 | 0.80 | 0 | 0.14 | 271.53 | 0.72 | 0.52 |
| Hex | 88 | 2B | DC | 26 | 50 | 0 | E | 110 | 48 | 34 |
| Octal | 210 | 53 | 334 | 46 | 120 | 0 | 16 | 420 | 110 | 64 |
| Binary | 10001000 | 101011 | 11011100 | 100110 | 1010000 | 0 | 1110 | 100010000 | 1001000 | 110100 |
Color Harmonies of #882BDC
Complementary color
Monochromatic Colors of #882BDC
Black with #882BDC
Text Example
Text Example
White with #882BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BDC; }
p { color: rgb(136,43,220); }
H1.HeaderClassName
{
color: #882BDC;
}
.AnyTagClassName
{
color: #882BDC;
}
</style>
background-color css
<style>
a { background-color: #882BDC; }
a { background-color: rgb(136,43,220); }
div.DivClassName
{
background-color: #882BDC;
}
.BgClassName
{
background-color: #882BDC;
}
</style>
border-color css
<style>
span { border-color: #882BDC; }
span { border-color: rgb(136,43,220); }
td.TdClassName
{
border-color: #882BDC;
}
.TagClassName
{
border-color: #882BDC;
}
</style>