Shades of Blue Violet #882ED7
Tints of Blue Violet #882ED7
RGB
CMYK
RGB Variations
Color information
#882ED7 (or 0x882ED7) is known color: Blue Violet. HEX triplet: 88, 2E and D7. RGB value is (136,46,215). Sum of RGB (Red+Green+Blue) = 136+46+215=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #882ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ED7 is #77D128. Grayscale: #5B5B5B. Windows color (decimal): -7852329 or 14102152. OLE color: 14102152.
HSL color Cylindrical-coordinate representation of color #882ED7: hue angle of 271.95º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882ED7 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 46 | 215 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.16 |
| HSL | 271.95º | 0.68% | 0.51% | - |
| HSV(B) | 271.95º | 0.79% | 0.84% | - |
| XYZ | 23.4 | 12.09 | 65.39 | - |
| YUV | 92.18 | 197.32 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 215 | 0.37 | 0.79 | 0 | 0.16 | 271.95 | 0.68 | 0.51 |
| Hex | 88 | 2E | D7 | 25 | 4F | 0 | 10 | 110 | 44 | 33 |
| Octal | 210 | 56 | 327 | 45 | 117 | 0 | 20 | 420 | 104 | 63 |
| Binary | 10001000 | 101110 | 11010111 | 100101 | 1001111 | 0 | 10000 | 100010000 | 1000100 | 110011 |
Color Harmonies of #882ED7
Complementary color
Monochromatic Colors of #882ED7
Black with #882ED7
Text Example
Text Example
White with #882ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882ED7; }
p { color: rgb(136,46,215); }
H1.HeaderClassName
{
color: #882ED7;
}
.AnyTagClassName
{
color: #882ED7;
}
</style>
background-color css
<style>
a { background-color: #882ED7; }
a { background-color: rgb(136,46,215); }
div.DivClassName
{
background-color: #882ED7;
}
.BgClassName
{
background-color: #882ED7;
}
</style>
border-color css
<style>
span { border-color: #882ED7; }
span { border-color: rgb(136,46,215); }
td.TdClassName
{
border-color: #882ED7;
}
.TagClassName
{
border-color: #882ED7;
}
</style>