Shades of Blue Violet #881DFD
Tints of Blue Violet #881DFD
RGB
CMYK
RGB Variations
Color information
#881DFD (or 0x881DFD) is known color: Blue Violet. HEX triplet: 88, 1D and FD. RGB value is (136,29,253). Sum of RGB (Red+Green+Blue) = 136+29+253=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #881DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881DFD is #77E202. Grayscale: #555555. Windows color (decimal): -7856643 or 16588168. OLE color: 16588168.
HSL color Cylindrical-coordinate representation of color #881DFD: hue angle of 268.66º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #881DFD is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 29 | 253 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.01 |
| HSL | 268.66º | 0.98% | 0.55% | - |
| HSV(B) | 268.66º | 0.89% | 0.99% | - |
| XYZ | 28.32 | 13.2 | 93.98 | - |
| YUV | 86.53 | 221.95 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 253 | 0.46 | 0.89 | 0 | 0.01 | 268.66 | 0.98 | 0.55 |
| Hex | 88 | 1D | FD | 2E | 59 | 0 | 1 | 10D | 62 | 37 |
| Octal | 210 | 35 | 375 | 56 | 131 | 0 | 1 | 415 | 142 | 67 |
| Binary | 10001000 | 11101 | 11111101 | 101110 | 1011001 | 0 | 1 | 100001101 | 1100010 | 110111 |
Color Harmonies of #881DFD
Complementary color
Monochromatic Colors of #881DFD
Black with #881DFD
Text Example
Text Example
White with #881DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881DFD; }
p { color: rgb(136,29,253); }
H1.HeaderClassName
{
color: #881DFD;
}
.AnyTagClassName
{
color: #881DFD;
}
</style>
background-color css
<style>
a { background-color: #881DFD; }
a { background-color: rgb(136,29,253); }
div.DivClassName
{
background-color: #881DFD;
}
.BgClassName
{
background-color: #881DFD;
}
</style>
border-color css
<style>
span { border-color: #881DFD; }
span { border-color: rgb(136,29,253); }
td.TdClassName
{
border-color: #881DFD;
}
.TagClassName
{
border-color: #881DFD;
}
</style>