Shades of Blue Violet #882ECF
Tints of Blue Violet #882ECF
RGB
CMYK
RGB Variations
Color information
#882ECF (or 0x882ECF) is known color: Blue Violet. HEX triplet: 88, 2E and CF. RGB value is (136,46,207). Sum of RGB (Red+Green+Blue) = 136+46+207=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #882ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ECF is #77D130. Grayscale: #5A5A5A. Windows color (decimal): -7852337 or 13577864. OLE color: 13577864.
HSL color Cylindrical-coordinate representation of color #882ECF: hue angle of 273.54º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882ECF is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 46 | 207 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.19 |
| HSL | 273.54º | 0.64% | 0.5% | - |
| HSV(B) | 273.54º | 0.78% | 0.81% | - |
| XYZ | 22.39 | 11.69 | 60.11 | - |
| YUV | 91.26 | 193.32 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 207 | 0.34 | 0.78 | 0 | 0.19 | 273.54 | 0.64 | 0.5 |
| Hex | 88 | 2E | CF | 22 | 4E | 0 | 13 | 112 | 40 | 32 |
| Octal | 210 | 56 | 317 | 42 | 116 | 0 | 23 | 422 | 100 | 62 |
| Binary | 10001000 | 101110 | 11001111 | 100010 | 1001110 | 0 | 10011 | 100010010 | 1000000 | 110010 |
Color Harmonies of #882ECF
Complementary color
Monochromatic Colors of #882ECF
Black with #882ECF
Text Example
Text Example
White with #882ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882ECF; }
p { color: rgb(136,46,207); }
H1.HeaderClassName
{
color: #882ECF;
}
.AnyTagClassName
{
color: #882ECF;
}
</style>
background-color css
<style>
a { background-color: #882ECF; }
a { background-color: rgb(136,46,207); }
div.DivClassName
{
background-color: #882ECF;
}
.BgClassName
{
background-color: #882ECF;
}
</style>
border-color css
<style>
span { border-color: #882ECF; }
span { border-color: rgb(136,46,207); }
td.TdClassName
{
border-color: #882ECF;
}
.TagClassName
{
border-color: #882ECF;
}
</style>