Shades of Blue Violet #882CDA
Tints of Blue Violet #882CDA
RGB
CMYK
RGB Variations
Color information
#882CDA (or 0x882CDA) is known color: Blue Violet. HEX triplet: 88, 2C and DA. RGB value is (136,44,218). Sum of RGB (Red+Green+Blue) = 136+44+218=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #882CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CDA is #77D325. Grayscale: #5A5A5A. Windows color (decimal): -7852838 or 14298248. OLE color: 14298248.
HSL color Cylindrical-coordinate representation of color #882CDA: hue angle of 271.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882CDA is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 44 | 218 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.15 |
| HSL | 271.72º | 0.7% | 0.51% | - |
| HSV(B) | 271.72º | 0.8% | 0.85% | - |
| XYZ | 23.71 | 12.1 | 67.42 | - |
| YUV | 91.34 | 199.48 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 218 | 0.38 | 0.80 | 0 | 0.15 | 271.72 | 0.7 | 0.51 |
| Hex | 88 | 2C | DA | 26 | 50 | 0 | F | 110 | 46 | 33 |
| Octal | 210 | 54 | 332 | 46 | 120 | 0 | 17 | 420 | 106 | 63 |
| Binary | 10001000 | 101100 | 11011010 | 100110 | 1010000 | 0 | 1111 | 100010000 | 1000110 | 110011 |
Color Harmonies of #882CDA
Complementary color
Monochromatic Colors of #882CDA
Black with #882CDA
Text Example
Text Example
White with #882CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CDA; }
p { color: rgb(136,44,218); }
H1.HeaderClassName
{
color: #882CDA;
}
.AnyTagClassName
{
color: #882CDA;
}
</style>
background-color css
<style>
a { background-color: #882CDA; }
a { background-color: rgb(136,44,218); }
div.DivClassName
{
background-color: #882CDA;
}
.BgClassName
{
background-color: #882CDA;
}
</style>
border-color css
<style>
span { border-color: #882CDA; }
span { border-color: rgb(136,44,218); }
td.TdClassName
{
border-color: #882CDA;
}
.TagClassName
{
border-color: #882CDA;
}
</style>