Shades of Blue Violet #881CD8
Tints of Blue Violet #881CD8
RGB
CMYK
RGB Variations
Color information
#881CD8 (or 0x881CD8) is known color: Blue Violet. HEX triplet: 88, 1C and D8. RGB value is (136,28,216). Sum of RGB (Red+Green+Blue) = 136+28+216=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #881CD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881CD8 is #77E327. Grayscale: #515151. Windows color (decimal): -7856936 or 14163080. OLE color: 14163080.
HSL color Cylindrical-coordinate representation of color #881CD8: hue angle of 274.47º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881CD8 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 28 | 216 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.15 |
| HSL | 274.47º | 0.77% | 0.48% | - |
| HSV(B) | 274.47º | 0.87% | 0.85% | - |
| XYZ | 22.96 | 11.02 | 65.88 | - |
| YUV | 81.72 | 203.78 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 216 | 0.37 | 0.87 | 0 | 0.15 | 274.47 | 0.77 | 0.48 |
| Hex | 88 | 1C | D8 | 25 | 57 | 0 | F | 112 | 4D | 30 |
| Octal | 210 | 34 | 330 | 45 | 127 | 0 | 17 | 422 | 115 | 60 |
| Binary | 10001000 | 11100 | 11011000 | 100101 | 1010111 | 0 | 1111 | 100010010 | 1001101 | 110000 |
Color Harmonies of #881CD8
Complementary color
Monochromatic Colors of #881CD8
Black with #881CD8
Text Example
Text Example
White with #881CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881CD8; }
p { color: rgb(136,28,216); }
H1.HeaderClassName
{
color: #881CD8;
}
.AnyTagClassName
{
color: #881CD8;
}
</style>
background-color css
<style>
a { background-color: #881CD8; }
a { background-color: rgb(136,28,216); }
div.DivClassName
{
background-color: #881CD8;
}
.BgClassName
{
background-color: #881CD8;
}
</style>
border-color css
<style>
span { border-color: #881CD8; }
span { border-color: rgb(136,28,216); }
td.TdClassName
{
border-color: #881CD8;
}
.TagClassName
{
border-color: #881CD8;
}
</style>