Shades of Blue Violet #882CCF
Tints of Blue Violet #882CCF
RGB
CMYK
RGB Variations
Color information
#882CCF (or 0x882CCF) is known color: Blue Violet. HEX triplet: 88, 2C and CF. RGB value is (136,44,207). Sum of RGB (Red+Green+Blue) = 136+44+207=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #882CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CCF is #77D330. Grayscale: #595959. Windows color (decimal): -7852849 or 13577352. OLE color: 13577352.
HSL color Cylindrical-coordinate representation of color #882CCF: hue angle of 273.87º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882CCF is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 44 | 207 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.19 |
| HSL | 273.87º | 0.65% | 0.49% | - |
| HSV(B) | 273.87º | 0.79% | 0.81% | - |
| XYZ | 22.32 | 11.54 | 60.08 | - |
| YUV | 90.09 | 193.98 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 207 | 0.34 | 0.79 | 0 | 0.19 | 273.87 | 0.65 | 0.49 |
| Hex | 88 | 2C | CF | 22 | 4F | 0 | 13 | 112 | 41 | 31 |
| Octal | 210 | 54 | 317 | 42 | 117 | 0 | 23 | 422 | 101 | 61 |
| Binary | 10001000 | 101100 | 11001111 | 100010 | 1001111 | 0 | 10011 | 100010010 | 1000001 | 110001 |
Color Harmonies of #882CCF
Complementary color
Monochromatic Colors of #882CCF
Black with #882CCF
Text Example
Text Example
White with #882CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CCF; }
p { color: rgb(136,44,207); }
H1.HeaderClassName
{
color: #882CCF;
}
.AnyTagClassName
{
color: #882CCF;
}
</style>
background-color css
<style>
a { background-color: #882CCF; }
a { background-color: rgb(136,44,207); }
div.DivClassName
{
background-color: #882CCF;
}
.BgClassName
{
background-color: #882CCF;
}
</style>
border-color css
<style>
span { border-color: #882CCF; }
span { border-color: rgb(136,44,207); }
td.TdClassName
{
border-color: #882CCF;
}
.TagClassName
{
border-color: #882CCF;
}
</style>