Shades of Blue Violet #881EDF
Tints of Blue Violet #881EDF
RGB
CMYK
RGB Variations
Color information
#881EDF (or 0x881EDF) is known color: Blue Violet. HEX triplet: 88, 1E and DF. RGB value is (136,30,223). Sum of RGB (Red+Green+Blue) = 136+30+223=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #881EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881EDF is #77E120. Grayscale: #535353. Windows color (decimal): -7856417 or 14622344. OLE color: 14622344.
HSL color Cylindrical-coordinate representation of color #881EDF: hue angle of 272.95º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881EDF is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 30 | 223 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.13 |
| HSL | 272.95º | 0.76% | 0.5% | - |
| HSV(B) | 272.95º | 0.87% | 0.87% | - |
| XYZ | 23.94 | 11.49 | 70.77 | - |
| YUV | 83.7 | 206.62 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 223 | 0.39 | 0.87 | 0 | 0.13 | 272.95 | 0.76 | 0.5 |
| Hex | 88 | 1E | DF | 27 | 57 | 0 | D | 111 | 4C | 32 |
| Octal | 210 | 36 | 337 | 47 | 127 | 0 | 15 | 421 | 114 | 62 |
| Binary | 10001000 | 11110 | 11011111 | 100111 | 1010111 | 0 | 1101 | 100010001 | 1001100 | 110010 |
Color Harmonies of #881EDF
Complementary color
Monochromatic Colors of #881EDF
Black with #881EDF
Text Example
Text Example
White with #881EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881EDF; }
p { color: rgb(136,30,223); }
H1.HeaderClassName
{
color: #881EDF;
}
.AnyTagClassName
{
color: #881EDF;
}
</style>
background-color css
<style>
a { background-color: #881EDF; }
a { background-color: rgb(136,30,223); }
div.DivClassName
{
background-color: #881EDF;
}
.BgClassName
{
background-color: #881EDF;
}
</style>
border-color css
<style>
span { border-color: #881EDF; }
span { border-color: rgb(136,30,223); }
td.TdClassName
{
border-color: #881EDF;
}
.TagClassName
{
border-color: #881EDF;
}
</style>