Shades of Blue Violet #881CD9
Tints of Blue Violet #881CD9
RGB
CMYK
RGB Variations
Color information
#881CD9 (or 0x881CD9) is known color: Blue Violet. HEX triplet: 88, 1C and D9. RGB value is (136,28,217). Sum of RGB (Red+Green+Blue) = 136+28+217=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 217 (85.16% from 255 or 56.96% from 381); Max value from RGB is 217 - color contains mainly: blue. Hex color #881CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881CD9 is #77E326. Grayscale: #515151. Windows color (decimal): -7856935 or 14228616. OLE color: 14228616.
HSL color Cylindrical-coordinate representation of color #881CD9: hue angle of 274.29º 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 #881CD9 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 28 | 217 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.15 |
| HSL | 274.29º | 0.77% | 0.48% | - |
| HSV(B) | 274.29º | 0.87% | 0.85% | - |
| XYZ | 23.09 | 11.07 | 66.57 | - |
| YUV | 81.84 | 204.28 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 217 | 0.37 | 0.87 | 0 | 0.15 | 274.29 | 0.77 | 0.48 |
| Hex | 88 | 1C | D9 | 25 | 57 | 0 | F | 112 | 4D | 30 |
| Octal | 210 | 34 | 331 | 45 | 127 | 0 | 17 | 422 | 115 | 60 |
| Binary | 10001000 | 11100 | 11011001 | 100101 | 1010111 | 0 | 1111 | 100010010 | 1001101 | 110000 |
Color Harmonies of #881CD9
Complementary color
Monochromatic Colors of #881CD9
Black with #881CD9
Text Example
Text Example
White with #881CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881CD9; }
p { color: rgb(136,28,217); }
H1.HeaderClassName
{
color: #881CD9;
}
.AnyTagClassName
{
color: #881CD9;
}
</style>
background-color css
<style>
a { background-color: #881CD9; }
a { background-color: rgb(136,28,217); }
div.DivClassName
{
background-color: #881CD9;
}
.BgClassName
{
background-color: #881CD9;
}
</style>
border-color css
<style>
span { border-color: #881CD9; }
span { border-color: rgb(136,28,217); }
td.TdClassName
{
border-color: #881CD9;
}
.TagClassName
{
border-color: #881CD9;
}
</style>