Shades of Blue Violet #882BD2
Tints of Blue Violet #882BD2
RGB
CMYK
RGB Variations
Color information
#882BD2 (or 0x882BD2) is known color: Blue Violet. HEX triplet: 88, 2B and D2. RGB value is (136,43,210). Sum of RGB (Red+Green+Blue) = 136+43+210=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 210 (82.42% from 255 or 53.98% from 389); Max value from RGB is 210 - color contains mainly: blue. Hex color #882BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BD2 is #77D42D. Grayscale: #595959. Windows color (decimal): -7853102 or 13773704. OLE color: 13773704.
HSL color Cylindrical-coordinate representation of color #882BD2: hue angle of 273.41º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882BD2 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 43 | 210 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.18 |
| HSL | 273.41º | 0.66% | 0.5% | - |
| HSV(B) | 273.41º | 0.8% | 0.82% | - |
| XYZ | 22.65 | 11.62 | 62.02 | - |
| YUV | 89.85 | 195.81 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 210 | 0.35 | 0.80 | 0 | 0.18 | 273.41 | 0.66 | 0.5 |
| Hex | 88 | 2B | D2 | 23 | 50 | 0 | 12 | 111 | 42 | 32 |
| Octal | 210 | 53 | 322 | 43 | 120 | 0 | 22 | 421 | 102 | 62 |
| Binary | 10001000 | 101011 | 11010010 | 100011 | 1010000 | 0 | 10010 | 100010001 | 1000010 | 110010 |
Color Harmonies of #882BD2
Complementary color
Monochromatic Colors of #882BD2
Black with #882BD2
Text Example
Text Example
White with #882BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BD2; }
p { color: rgb(136,43,210); }
H1.HeaderClassName
{
color: #882BD2;
}
.AnyTagClassName
{
color: #882BD2;
}
</style>
background-color css
<style>
a { background-color: #882BD2; }
a { background-color: rgb(136,43,210); }
div.DivClassName
{
background-color: #882BD2;
}
.BgClassName
{
background-color: #882BD2;
}
</style>
border-color css
<style>
span { border-color: #882BD2; }
span { border-color: rgb(136,43,210); }
td.TdClassName
{
border-color: #882BD2;
}
.TagClassName
{
border-color: #882BD2;
}
</style>