Shades of Blue Violet #881BCE
Tints of Blue Violet #881BCE
RGB
CMYK
RGB Variations
Color information
#881BCE (or 0x881BCE) is known color: Blue Violet. HEX triplet: 88, 1B and CE. RGB value is (136,27,206). Sum of RGB (Red+Green+Blue) = 136+27+206=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #881BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881BCE is #77E431. Grayscale: #4F4F4F. Windows color (decimal): -7857202 or 13507464. OLE color: 13507464.
HSL color Cylindrical-coordinate representation of color #881BCE: hue angle of 276.54º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881BCE is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 27 | 206 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.19 |
| HSL | 276.54º | 0.77% | 0.46% | - |
| HSV(B) | 276.54º | 0.87% | 0.81% | - |
| XYZ | 21.69 | 10.47 | 59.27 | - |
| YUV | 80 | 199.11 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 206 | 0.34 | 0.87 | 0 | 0.19 | 276.54 | 0.77 | 0.46 |
| Hex | 88 | 1B | CE | 22 | 57 | 0 | 13 | 115 | 4D | 2E |
| Octal | 210 | 33 | 316 | 42 | 127 | 0 | 23 | 425 | 115 | 56 |
| Binary | 10001000 | 11011 | 11001110 | 100010 | 1010111 | 0 | 10011 | 100010101 | 1001101 | 101110 |
Color Harmonies of #881BCE
Complementary color
Monochromatic Colors of #881BCE
Black with #881BCE
Text Example
Text Example
White with #881BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881BCE; }
p { color: rgb(136,27,206); }
H1.HeaderClassName
{
color: #881BCE;
}
.AnyTagClassName
{
color: #881BCE;
}
</style>
background-color css
<style>
a { background-color: #881BCE; }
a { background-color: rgb(136,27,206); }
div.DivClassName
{
background-color: #881BCE;
}
.BgClassName
{
background-color: #881BCE;
}
</style>
border-color css
<style>
span { border-color: #881BCE; }
span { border-color: rgb(136,27,206); }
td.TdClassName
{
border-color: #881BCE;
}
.TagClassName
{
border-color: #881BCE;
}
</style>