Shades of Blue Violet #881EDD
Tints of Blue Violet #881EDD
RGB
CMYK
RGB Variations
Color information
#881EDD (or 0x881EDD) is known color: Blue Violet. HEX triplet: 88, 1E and DD. RGB value is (136,30,221). Sum of RGB (Red+Green+Blue) = 136+30+221=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #881EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881EDD is #77E122. Grayscale: #525252. Windows color (decimal): -7856419 or 14491272. OLE color: 14491272.
HSL color Cylindrical-coordinate representation of color #881EDD: hue angle of 273.3º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881EDD is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 30 | 221 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.13 |
| HSL | 273.3º | 0.76% | 0.49% | - |
| HSV(B) | 273.3º | 0.86% | 0.87% | - |
| XYZ | 23.67 | 11.38 | 69.36 | - |
| YUV | 83.47 | 205.62 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 221 | 0.38 | 0.86 | 0 | 0.13 | 273.3 | 0.76 | 0.49 |
| Hex | 88 | 1E | DD | 26 | 56 | 0 | D | 111 | 4C | 31 |
| Octal | 210 | 36 | 335 | 46 | 126 | 0 | 15 | 421 | 114 | 61 |
| Binary | 10001000 | 11110 | 11011101 | 100110 | 1010110 | 0 | 1101 | 100010001 | 1001100 | 110001 |
Color Harmonies of #881EDD
Complementary color
Monochromatic Colors of #881EDD
Black with #881EDD
Text Example
Text Example
White with #881EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881EDD; }
p { color: rgb(136,30,221); }
H1.HeaderClassName
{
color: #881EDD;
}
.AnyTagClassName
{
color: #881EDD;
}
</style>
background-color css
<style>
a { background-color: #881EDD; }
a { background-color: rgb(136,30,221); }
div.DivClassName
{
background-color: #881EDD;
}
.BgClassName
{
background-color: #881EDD;
}
</style>
border-color css
<style>
span { border-color: #881EDD; }
span { border-color: rgb(136,30,221); }
td.TdClassName
{
border-color: #881EDD;
}
.TagClassName
{
border-color: #881EDD;
}
</style>