Shades of Blue Violet #881EDA
Tints of Blue Violet #881EDA
RGB
CMYK
RGB Variations
Color information
#881EDA (or 0x881EDA) is known color: Blue Violet. HEX triplet: 88, 1E and DA. RGB value is (136,30,218). Sum of RGB (Red+Green+Blue) = 136+30+218=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #881EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881EDA is #77E125. Grayscale: #525252. Windows color (decimal): -7856422 or 14294664. OLE color: 14294664.
HSL color Cylindrical-coordinate representation of color #881EDA: hue angle of 273.83º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881EDA is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 30 | 218 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.15 |
| HSL | 273.83º | 0.76% | 0.49% | - |
| HSV(B) | 273.83º | 0.86% | 0.85% | - |
| XYZ | 23.27 | 11.22 | 67.27 | - |
| YUV | 83.13 | 204.12 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 218 | 0.38 | 0.86 | 0 | 0.15 | 273.83 | 0.76 | 0.49 |
| Hex | 88 | 1E | DA | 26 | 56 | 0 | F | 112 | 4C | 31 |
| Octal | 210 | 36 | 332 | 46 | 126 | 0 | 17 | 422 | 114 | 61 |
| Binary | 10001000 | 11110 | 11011010 | 100110 | 1010110 | 0 | 1111 | 100010010 | 1001100 | 110001 |
Color Harmonies of #881EDA
Complementary color
Monochromatic Colors of #881EDA
Black with #881EDA
Text Example
Text Example
White with #881EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881EDA; }
p { color: rgb(136,30,218); }
H1.HeaderClassName
{
color: #881EDA;
}
.AnyTagClassName
{
color: #881EDA;
}
</style>
background-color css
<style>
a { background-color: #881EDA; }
a { background-color: rgb(136,30,218); }
div.DivClassName
{
background-color: #881EDA;
}
.BgClassName
{
background-color: #881EDA;
}
</style>
border-color css
<style>
span { border-color: #881EDA; }
span { border-color: rgb(136,30,218); }
td.TdClassName
{
border-color: #881EDA;
}
.TagClassName
{
border-color: #881EDA;
}
</style>