Shades of Blue Violet #882CDF
Tints of Blue Violet #882CDF
RGB
CMYK
RGB Variations
Color information
#882CDF (or 0x882CDF) is known color: Blue Violet. HEX triplet: 88, 2C and DF. RGB value is (136,44,223). Sum of RGB (Red+Green+Blue) = 136+44+223=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #882CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CDF is #77D320. Grayscale: #5B5B5B. Windows color (decimal): -7852833 or 14625928. OLE color: 14625928.
HSL color Cylindrical-coordinate representation of color #882CDF: hue angle of 270.84º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882CDF is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 44 | 223 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.13 |
| HSL | 270.84º | 0.74% | 0.52% | - |
| HSV(B) | 270.84º | 0.8% | 0.87% | - |
| XYZ | 24.37 | 12.36 | 70.91 | - |
| YUV | 91.91 | 201.98 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 223 | 0.39 | 0.80 | 0 | 0.13 | 270.84 | 0.74 | 0.52 |
| Hex | 88 | 2C | DF | 27 | 50 | 0 | D | 10F | 4A | 34 |
| Octal | 210 | 54 | 337 | 47 | 120 | 0 | 15 | 417 | 112 | 64 |
| Binary | 10001000 | 101100 | 11011111 | 100111 | 1010000 | 0 | 1101 | 100001111 | 1001010 | 110100 |
Color Harmonies of #882CDF
Complementary color
Monochromatic Colors of #882CDF
Black with #882CDF
Text Example
Text Example
White with #882CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CDF; }
p { color: rgb(136,44,223); }
H1.HeaderClassName
{
color: #882CDF;
}
.AnyTagClassName
{
color: #882CDF;
}
</style>
background-color css
<style>
a { background-color: #882CDF; }
a { background-color: rgb(136,44,223); }
div.DivClassName
{
background-color: #882CDF;
}
.BgClassName
{
background-color: #882CDF;
}
</style>
border-color css
<style>
span { border-color: #882CDF; }
span { border-color: rgb(136,44,223); }
td.TdClassName
{
border-color: #882CDF;
}
.TagClassName
{
border-color: #882CDF;
}
</style>