Shades of Blue Violet #881BCF
Tints of Blue Violet #881BCF
RGB
CMYK
RGB Variations
Color information
#881BCF (or 0x881BCF) is known color: Blue Violet. HEX triplet: 88, 1B and CF. RGB value is (136,27,207). Sum of RGB (Red+Green+Blue) = 136+27+207=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #881BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881BCF is #77E430. Grayscale: #4F4F4F. Windows color (decimal): -7857201 or 13573000. OLE color: 13573000.
HSL color Cylindrical-coordinate representation of color #881BCF: hue angle of 276.33º 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 #881BCF is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 27 | 207 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.19 |
| HSL | 276.33º | 0.77% | 0.46% | - |
| HSV(B) | 276.33º | 0.87% | 0.81% | - |
| XYZ | 21.81 | 10.52 | 59.91 | - |
| YUV | 80.11 | 199.61 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 207 | 0.34 | 0.87 | 0 | 0.19 | 276.33 | 0.77 | 0.46 |
| Hex | 88 | 1B | CF | 22 | 57 | 0 | 13 | 114 | 4D | 2E |
| Octal | 210 | 33 | 317 | 42 | 127 | 0 | 23 | 424 | 115 | 56 |
| Binary | 10001000 | 11011 | 11001111 | 100010 | 1010111 | 0 | 10011 | 100010100 | 1001101 | 101110 |
Color Harmonies of #881BCF
Complementary color
Monochromatic Colors of #881BCF
Black with #881BCF
Text Example
Text Example
White with #881BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881BCF; }
p { color: rgb(136,27,207); }
H1.HeaderClassName
{
color: #881BCF;
}
.AnyTagClassName
{
color: #881BCF;
}
</style>
background-color css
<style>
a { background-color: #881BCF; }
a { background-color: rgb(136,27,207); }
div.DivClassName
{
background-color: #881BCF;
}
.BgClassName
{
background-color: #881BCF;
}
</style>
border-color css
<style>
span { border-color: #881BCF; }
span { border-color: rgb(136,27,207); }
td.TdClassName
{
border-color: #881BCF;
}
.TagClassName
{
border-color: #881BCF;
}
</style>