Shades of Blue Violet #882DD1
Tints of Blue Violet #882DD1
RGB
CMYK
RGB Variations
Color information
#882DD1 (or 0x882DD1) is known color: Blue Violet. HEX triplet: 88, 2D and D1. RGB value is (136,45,209). Sum of RGB (Red+Green+Blue) = 136+45+209=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #882DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DD1 is #77D22E. Grayscale: #5A5A5A. Windows color (decimal): -7852591 or 13708680. OLE color: 13708680.
HSL color Cylindrical-coordinate representation of color #882DD1: hue angle of 273.29º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882DD1 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 45 | 209 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.18 |
| HSL | 273.29º | 0.65% | 0.5% | - |
| HSV(B) | 273.29º | 0.78% | 0.82% | - |
| XYZ | 22.6 | 11.71 | 61.39 | - |
| YUV | 90.91 | 194.65 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 209 | 0.35 | 0.78 | 0 | 0.18 | 273.29 | 0.65 | 0.5 |
| Hex | 88 | 2D | D1 | 23 | 4E | 0 | 12 | 111 | 41 | 32 |
| Octal | 210 | 55 | 321 | 43 | 116 | 0 | 22 | 421 | 101 | 62 |
| Binary | 10001000 | 101101 | 11010001 | 100011 | 1001110 | 0 | 10010 | 100010001 | 1000001 | 110010 |
Color Harmonies of #882DD1
Complementary color
Monochromatic Colors of #882DD1
Black with #882DD1
Text Example
Text Example
White with #882DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DD1; }
p { color: rgb(136,45,209); }
H1.HeaderClassName
{
color: #882DD1;
}
.AnyTagClassName
{
color: #882DD1;
}
</style>
background-color css
<style>
a { background-color: #882DD1; }
a { background-color: rgb(136,45,209); }
div.DivClassName
{
background-color: #882DD1;
}
.BgClassName
{
background-color: #882DD1;
}
</style>
border-color css
<style>
span { border-color: #882DD1; }
span { border-color: rgb(136,45,209); }
td.TdClassName
{
border-color: #882DD1;
}
.TagClassName
{
border-color: #882DD1;
}
</style>