Shades of Blue Violet #881DDC
Tints of Blue Violet #881DDC
RGB
CMYK
RGB Variations
Color information
#881DDC (or 0x881DDC) is known color: Blue Violet. HEX triplet: 88, 1D and DC. RGB value is (136,29,220). Sum of RGB (Red+Green+Blue) = 136+29+220=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #881DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881DDC is #77E223. Grayscale: #525252. Windows color (decimal): -7856676 or 14425480. OLE color: 14425480.
HSL color Cylindrical-coordinate representation of color #881DDC: hue angle of 273.61º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881DDC is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 29 | 220 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.14 |
| HSL | 273.61º | 0.77% | 0.49% | - |
| HSV(B) | 273.61º | 0.87% | 0.86% | - |
| XYZ | 23.51 | 11.28 | 68.65 | - |
| YUV | 82.77 | 205.45 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 220 | 0.38 | 0.87 | 0 | 0.14 | 273.61 | 0.77 | 0.49 |
| Hex | 88 | 1D | DC | 26 | 57 | 0 | E | 112 | 4D | 31 |
| Octal | 210 | 35 | 334 | 46 | 127 | 0 | 16 | 422 | 115 | 61 |
| Binary | 10001000 | 11101 | 11011100 | 100110 | 1010111 | 0 | 1110 | 100010010 | 1001101 | 110001 |
Color Harmonies of #881DDC
Complementary color
Monochromatic Colors of #881DDC
Black with #881DDC
Text Example
Text Example
White with #881DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881DDC; }
p { color: rgb(136,29,220); }
H1.HeaderClassName
{
color: #881DDC;
}
.AnyTagClassName
{
color: #881DDC;
}
</style>
background-color css
<style>
a { background-color: #881DDC; }
a { background-color: rgb(136,29,220); }
div.DivClassName
{
background-color: #881DDC;
}
.BgClassName
{
background-color: #881DDC;
}
</style>
border-color css
<style>
span { border-color: #881DDC; }
span { border-color: rgb(136,29,220); }
td.TdClassName
{
border-color: #881DDC;
}
.TagClassName
{
border-color: #881DDC;
}
</style>