Shades of Blue Violet #881FDD
Tints of Blue Violet #881FDD
RGB
CMYK
RGB Variations
Color information
#881FDD (or 0x881FDD) is known color: Blue Violet. HEX triplet: 88, 1F and DD. RGB value is (136,31,221). Sum of RGB (Red+Green+Blue) = 136+31+221=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #881FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881FDD is #77E022. Grayscale: #535353. Windows color (decimal): -7856163 or 14491528. OLE color: 14491528.
HSL color Cylindrical-coordinate representation of color #881FDD: hue angle of 273.16º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881FDD is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 31 | 221 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.13 |
| HSL | 273.16º | 0.75% | 0.49% | - |
| HSV(B) | 273.16º | 0.86% | 0.87% | - |
| XYZ | 23.69 | 11.43 | 69.36 | - |
| YUV | 84.06 | 205.29 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 221 | 0.38 | 0.86 | 0 | 0.13 | 273.16 | 0.75 | 0.49 |
| Hex | 88 | 1F | DD | 26 | 56 | 0 | D | 111 | 4B | 31 |
| Octal | 210 | 37 | 335 | 46 | 126 | 0 | 15 | 421 | 113 | 61 |
| Binary | 10001000 | 11111 | 11011101 | 100110 | 1010110 | 0 | 1101 | 100010001 | 1001011 | 110001 |
Color Harmonies of #881FDD
Complementary color
Monochromatic Colors of #881FDD
Black with #881FDD
Text Example
Text Example
White with #881FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881FDD; }
p { color: rgb(136,31,221); }
H1.HeaderClassName
{
color: #881FDD;
}
.AnyTagClassName
{
color: #881FDD;
}
</style>
background-color css
<style>
a { background-color: #881FDD; }
a { background-color: rgb(136,31,221); }
div.DivClassName
{
background-color: #881FDD;
}
.BgClassName
{
background-color: #881FDD;
}
</style>
border-color css
<style>
span { border-color: #881FDD; }
span { border-color: rgb(136,31,221); }
td.TdClassName
{
border-color: #881FDD;
}
.TagClassName
{
border-color: #881FDD;
}
</style>