Shades of Blue Violet #882CDC
Tints of Blue Violet #882CDC
RGB
CMYK
RGB Variations
Color information
#882CDC (or 0x882CDC) is known color: Blue Violet. HEX triplet: 88, 2C and DC. RGB value is (136,44,220). Sum of RGB (Red+Green+Blue) = 136+44+220=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #882CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CDC is #77D323. Grayscale: #5A5A5A. Windows color (decimal): -7852836 or 14429320. OLE color: 14429320.
HSL color Cylindrical-coordinate representation of color #882CDC: hue angle of 271.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882CDC is Cyan = 0.38, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 44 | 220 | - |
| CMYK | 0.38 | 0.8 | 0 | 0.14 |
| HSL | 271.36º | 0.72% | 0.52% | - |
| HSV(B) | 271.36º | 0.8% | 0.86% | - |
| XYZ | 23.97 | 12.2 | 68.8 | - |
| YUV | 91.57 | 200.48 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 220 | 0.38 | 0.8 | 0 | 0.14 | 271.36 | 0.72 | 0.52 |
| Hex | 88 | 2C | DC | 26 | 50 | 0 | E | 10F | 48 | 34 |
| Octal | 210 | 54 | 334 | 46 | 120 | 0 | 16 | 417 | 110 | 64 |
| Binary | 10001000 | 101100 | 11011100 | 100110 | 1010000 | 0 | 1110 | 100001111 | 1001000 | 110100 |
Color Harmonies of #882CDC
Complementary color
Monochromatic Colors of #882CDC
Black with #882CDC
Text Example
Text Example
White with #882CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CDC; }
p { color: rgb(136,44,220); }
H1.HeaderClassName
{
color: #882CDC;
}
.AnyTagClassName
{
color: #882CDC;
}
</style>
background-color css
<style>
a { background-color: #882CDC; }
a { background-color: rgb(136,44,220); }
div.DivClassName
{
background-color: #882CDC;
}
.BgClassName
{
background-color: #882CDC;
}
</style>
border-color css
<style>
span { border-color: #882CDC; }
span { border-color: rgb(136,44,220); }
td.TdClassName
{
border-color: #882CDC;
}
.TagClassName
{
border-color: #882CDC;
}
</style>