Shades of Blue Violet #881ED0
Tints of Blue Violet #881ED0
RGB
CMYK
RGB Variations
Color information
#881ED0 (or 0x881ED0) is known color: Blue Violet. HEX triplet: 88, 1E and D0. RGB value is (136,30,208). Sum of RGB (Red+Green+Blue) = 136+30+208=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #881ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881ED0 is #77E12F. Grayscale: #515151. Windows color (decimal): -7856432 or 13639304. OLE color: 13639304.
HSL color Cylindrical-coordinate representation of color #881ED0: hue angle of 275.73º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881ED0 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 30 | 208 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.18 |
| HSL | 275.73º | 0.75% | 0.47% | - |
| HSV(B) | 275.73º | 0.86% | 0.82% | - |
| XYZ | 22 | 10.72 | 60.58 | - |
| YUV | 81.99 | 199.12 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 208 | 0.35 | 0.86 | 0 | 0.18 | 275.73 | 0.75 | 0.47 |
| Hex | 88 | 1E | D0 | 23 | 56 | 0 | 12 | 114 | 4B | 2F |
| Octal | 210 | 36 | 320 | 43 | 126 | 0 | 22 | 424 | 113 | 57 |
| Binary | 10001000 | 11110 | 11010000 | 100011 | 1010110 | 0 | 10010 | 100010100 | 1001011 | 101111 |
Color Harmonies of #881ED0
Complementary color
Monochromatic Colors of #881ED0
Black with #881ED0
Text Example
Text Example
White with #881ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881ED0; }
p { color: rgb(136,30,208); }
H1.HeaderClassName
{
color: #881ED0;
}
.AnyTagClassName
{
color: #881ED0;
}
</style>
background-color css
<style>
a { background-color: #881ED0; }
a { background-color: rgb(136,30,208); }
div.DivClassName
{
background-color: #881ED0;
}
.BgClassName
{
background-color: #881ED0;
}
</style>
border-color css
<style>
span { border-color: #881ED0; }
span { border-color: rgb(136,30,208); }
td.TdClassName
{
border-color: #881ED0;
}
.TagClassName
{
border-color: #881ED0;
}
</style>