Shades of Blue Violet #881FED
Tints of Blue Violet #881FED
RGB
CMYK
RGB Variations
Color information
#881FED (or 0x881FED) is known color: Blue Violet. HEX triplet: 88, 1F and ED. RGB value is (136,31,237). Sum of RGB (Red+Green+Blue) = 136+31+237=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #881FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881FED is #77E012. Grayscale: #555555. Windows color (decimal): -7856147 or 15540104. OLE color: 15540104.
HSL color Cylindrical-coordinate representation of color #881FED: hue angle of 270.58º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881FED is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 31 | 237 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.07 |
| HSL | 270.58º | 0.85% | 0.53% | - |
| HSV(B) | 270.58º | 0.87% | 0.93% | - |
| XYZ | 25.93 | 12.33 | 81.13 | - |
| YUV | 85.88 | 213.29 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 237 | 0.43 | 0.87 | 0 | 0.07 | 270.58 | 0.85 | 0.53 |
| Hex | 88 | 1F | ED | 2B | 57 | 0 | 7 | 10F | 55 | 35 |
| Octal | 210 | 37 | 355 | 53 | 127 | 0 | 7 | 417 | 125 | 65 |
| Binary | 10001000 | 11111 | 11101101 | 101011 | 1010111 | 0 | 111 | 100001111 | 1010101 | 110101 |
Color Harmonies of #881FED
Complementary color
Monochromatic Colors of #881FED
Black with #881FED
Text Example
Text Example
White with #881FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881FED; }
p { color: rgb(136,31,237); }
H1.HeaderClassName
{
color: #881FED;
}
.AnyTagClassName
{
color: #881FED;
}
</style>
background-color css
<style>
a { background-color: #881FED; }
a { background-color: rgb(136,31,237); }
div.DivClassName
{
background-color: #881FED;
}
.BgClassName
{
background-color: #881FED;
}
</style>
border-color css
<style>
span { border-color: #881FED; }
span { border-color: rgb(136,31,237); }
td.TdClassName
{
border-color: #881FED;
}
.TagClassName
{
border-color: #881FED;
}
</style>