Shades of Blue Violet #882DCF
Tints of Blue Violet #882DCF
RGB
CMYK
RGB Variations
Color information
#882DCF (or 0x882DCF) is known color: Blue Violet. HEX triplet: 88, 2D and CF. RGB value is (136,45,207). Sum of RGB (Red+Green+Blue) = 136+45+207=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #882DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DCF is #77D230. Grayscale: #5A5A5A. Windows color (decimal): -7852593 or 13577608. OLE color: 13577608.
HSL color Cylindrical-coordinate representation of color #882DCF: hue angle of 273.7º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882DCF is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 45 | 207 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.19 |
| HSL | 273.7º | 0.64% | 0.49% | - |
| HSV(B) | 273.7º | 0.78% | 0.81% | - |
| XYZ | 22.35 | 11.62 | 60.1 | - |
| YUV | 90.68 | 193.65 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 207 | 0.34 | 0.78 | 0 | 0.19 | 273.7 | 0.64 | 0.49 |
| Hex | 88 | 2D | CF | 22 | 4E | 0 | 13 | 112 | 40 | 31 |
| Octal | 210 | 55 | 317 | 42 | 116 | 0 | 23 | 422 | 100 | 61 |
| Binary | 10001000 | 101101 | 11001111 | 100010 | 1001110 | 0 | 10011 | 100010010 | 1000000 | 110001 |
Color Harmonies of #882DCF
Complementary color
Monochromatic Colors of #882DCF
Black with #882DCF
Text Example
Text Example
White with #882DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DCF; }
p { color: rgb(136,45,207); }
H1.HeaderClassName
{
color: #882DCF;
}
.AnyTagClassName
{
color: #882DCF;
}
</style>
background-color css
<style>
a { background-color: #882DCF; }
a { background-color: rgb(136,45,207); }
div.DivClassName
{
background-color: #882DCF;
}
.BgClassName
{
background-color: #882DCF;
}
</style>
border-color css
<style>
span { border-color: #882DCF; }
span { border-color: rgb(136,45,207); }
td.TdClassName
{
border-color: #882DCF;
}
.TagClassName
{
border-color: #882DCF;
}
</style>