Shades of Blue Violet #881DEF
Tints of Blue Violet #881DEF
RGB
CMYK
RGB Variations
Color information
#881DEF (or 0x881DEF) is known color: Blue Violet. HEX triplet: 88, 1D and EF. RGB value is (136,29,239). Sum of RGB (Red+Green+Blue) = 136+29+239=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #881DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881DEF is #77E210. Grayscale: #545454. Windows color (decimal): -7856657 or 15670664. OLE color: 15670664.
HSL color Cylindrical-coordinate representation of color #881DEF: hue angle of 270.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881DEF is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 29 | 239 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.06 |
| HSL | 270.57º | 0.87% | 0.53% | - |
| HSV(B) | 270.57º | 0.88% | 0.94% | - |
| XYZ | 26.17 | 12.34 | 82.66 | - |
| YUV | 84.93 | 214.95 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 239 | 0.43 | 0.88 | 0 | 0.06 | 270.57 | 0.87 | 0.53 |
| Hex | 88 | 1D | EF | 2B | 58 | 0 | 6 | 10F | 57 | 35 |
| Octal | 210 | 35 | 357 | 53 | 130 | 0 | 6 | 417 | 127 | 65 |
| Binary | 10001000 | 11101 | 11101111 | 101011 | 1011000 | 0 | 110 | 100001111 | 1010111 | 110101 |
Color Harmonies of #881DEF
Complementary color
Monochromatic Colors of #881DEF
Black with #881DEF
Text Example
Text Example
White with #881DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881DEF; }
p { color: rgb(136,29,239); }
H1.HeaderClassName
{
color: #881DEF;
}
.AnyTagClassName
{
color: #881DEF;
}
</style>
background-color css
<style>
a { background-color: #881DEF; }
a { background-color: rgb(136,29,239); }
div.DivClassName
{
background-color: #881DEF;
}
.BgClassName
{
background-color: #881DEF;
}
</style>
border-color css
<style>
span { border-color: #881DEF; }
span { border-color: rgb(136,29,239); }
td.TdClassName
{
border-color: #881DEF;
}
.TagClassName
{
border-color: #881DEF;
}
</style>