Shades of Blue Violet #881FCE
Tints of Blue Violet #881FCE
RGB
CMYK
RGB Variations
Color information
#881FCE (or 0x881FCE) is known color: Blue Violet. HEX triplet: 88, 1F and CE. RGB value is (136,31,206). Sum of RGB (Red+Green+Blue) = 136+31+206=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #881FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881FCE is #77E031. Grayscale: #515151. Windows color (decimal): -7856178 or 13508488. OLE color: 13508488.
HSL color Cylindrical-coordinate representation of color #881FCE: hue angle of 276º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881FCE is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 31 | 206 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.19 |
| HSL | 276º | 0.74% | 0.46% | - |
| HSV(B) | 276º | 0.85% | 0.81% | - |
| XYZ | 21.78 | 10.67 | 59.3 | - |
| YUV | 82.35 | 197.79 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 206 | 0.34 | 0.85 | 0 | 0.19 | 276 | 0.74 | 0.46 |
| Hex | 88 | 1F | CE | 22 | 55 | 0 | 13 | 114 | 4A | 2E |
| Octal | 210 | 37 | 316 | 42 | 125 | 0 | 23 | 424 | 112 | 56 |
| Binary | 10001000 | 11111 | 11001110 | 100010 | 1010101 | 0 | 10011 | 100010100 | 1001010 | 101110 |
Color Harmonies of #881FCE
Complementary color
Monochromatic Colors of #881FCE
Black with #881FCE
Text Example
Text Example
White with #881FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881FCE; }
p { color: rgb(136,31,206); }
H1.HeaderClassName
{
color: #881FCE;
}
.AnyTagClassName
{
color: #881FCE;
}
</style>
background-color css
<style>
a { background-color: #881FCE; }
a { background-color: rgb(136,31,206); }
div.DivClassName
{
background-color: #881FCE;
}
.BgClassName
{
background-color: #881FCE;
}
</style>
border-color css
<style>
span { border-color: #881FCE; }
span { border-color: rgb(136,31,206); }
td.TdClassName
{
border-color: #881FCE;
}
.TagClassName
{
border-color: #881FCE;
}
</style>