Shades of Blue Violet #881CDA
Tints of Blue Violet #881CDA
RGB
CMYK
RGB Variations
Color information
#881CDA (or 0x881CDA) is known color: Blue Violet. HEX triplet: 88, 1C and DA. RGB value is (136,28,218). Sum of RGB (Red+Green+Blue) = 136+28+218=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #881CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881CDA is #77E325. Grayscale: #515151. Windows color (decimal): -7856934 or 14294152. OLE color: 14294152.
HSL color Cylindrical-coordinate representation of color #881CDA: hue angle of 274.11º 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 #881CDA is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 28 | 218 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.15 |
| HSL | 274.11º | 0.77% | 0.48% | - |
| HSV(B) | 274.11º | 0.87% | 0.85% | - |
| XYZ | 23.22 | 11.13 | 67.25 | - |
| YUV | 81.95 | 204.78 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 218 | 0.38 | 0.87 | 0 | 0.15 | 274.11 | 0.77 | 0.48 |
| Hex | 88 | 1C | DA | 26 | 57 | 0 | F | 112 | 4D | 30 |
| Octal | 210 | 34 | 332 | 46 | 127 | 0 | 17 | 422 | 115 | 60 |
| Binary | 10001000 | 11100 | 11011010 | 100110 | 1010111 | 0 | 1111 | 100010010 | 1001101 | 110000 |
Color Harmonies of #881CDA
Complementary color
Monochromatic Colors of #881CDA
Black with #881CDA
Text Example
Text Example
White with #881CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881CDA; }
p { color: rgb(136,28,218); }
H1.HeaderClassName
{
color: #881CDA;
}
.AnyTagClassName
{
color: #881CDA;
}
</style>
background-color css
<style>
a { background-color: #881CDA; }
a { background-color: rgb(136,28,218); }
div.DivClassName
{
background-color: #881CDA;
}
.BgClassName
{
background-color: #881CDA;
}
</style>
border-color css
<style>
span { border-color: #881CDA; }
span { border-color: rgb(136,28,218); }
td.TdClassName
{
border-color: #881CDA;
}
.TagClassName
{
border-color: #881CDA;
}
</style>