Shades of Blue Violet #881CDF
Tints of Blue Violet #881CDF
RGB
CMYK
RGB Variations
Color information
#881CDF (or 0x881CDF) is known color: Blue Violet. HEX triplet: 88, 1C and DF. RGB value is (136,28,223). Sum of RGB (Red+Green+Blue) = 136+28+223=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #881CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881CDF is #77E320. Grayscale: #515151. Windows color (decimal): -7856929 or 14621832. OLE color: 14621832.
HSL color Cylindrical-coordinate representation of color #881CDF: hue angle of 273.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881CDF is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 28 | 223 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.13 |
| HSL | 273.23º | 0.78% | 0.49% | - |
| HSV(B) | 273.23º | 0.87% | 0.87% | - |
| XYZ | 23.89 | 11.39 | 70.75 | - |
| YUV | 82.52 | 207.28 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 223 | 0.39 | 0.87 | 0 | 0.13 | 273.23 | 0.78 | 0.49 |
| Hex | 88 | 1C | DF | 27 | 57 | 0 | D | 111 | 4E | 31 |
| Octal | 210 | 34 | 337 | 47 | 127 | 0 | 15 | 421 | 116 | 61 |
| Binary | 10001000 | 11100 | 11011111 | 100111 | 1010111 | 0 | 1101 | 100010001 | 1001110 | 110001 |
Color Harmonies of #881CDF
Complementary color
Monochromatic Colors of #881CDF
Black with #881CDF
Text Example
Text Example
White with #881CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881CDF; }
p { color: rgb(136,28,223); }
H1.HeaderClassName
{
color: #881CDF;
}
.AnyTagClassName
{
color: #881CDF;
}
</style>
background-color css
<style>
a { background-color: #881CDF; }
a { background-color: rgb(136,28,223); }
div.DivClassName
{
background-color: #881CDF;
}
.BgClassName
{
background-color: #881CDF;
}
</style>
border-color css
<style>
span { border-color: #881CDF; }
span { border-color: rgb(136,28,223); }
td.TdClassName
{
border-color: #881CDF;
}
.TagClassName
{
border-color: #881CDF;
}
</style>