Shades of Blue Violet #882BDF
Tints of Blue Violet #882BDF
RGB
CMYK
RGB Variations
Color information
#882BDF (or 0x882BDF) is known color: Blue Violet. HEX triplet: 88, 2B and DF. RGB value is (136,43,223). Sum of RGB (Red+Green+Blue) = 136+43+223=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #882BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BDF is #77D420. Grayscale: #5A5A5A. Windows color (decimal): -7853089 or 14625672. OLE color: 14625672.
HSL color Cylindrical-coordinate representation of color #882BDF: hue angle of 271º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882BDF is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 43 | 223 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.13 |
| HSL | 271º | 0.74% | 0.52% | - |
| HSV(B) | 271º | 0.81% | 0.87% | - |
| XYZ | 24.34 | 12.29 | 70.9 | - |
| YUV | 91.33 | 202.31 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 223 | 0.39 | 0.81 | 0 | 0.13 | 271 | 0.74 | 0.52 |
| Hex | 88 | 2B | DF | 27 | 51 | 0 | D | 10F | 4A | 34 |
| Octal | 210 | 53 | 337 | 47 | 121 | 0 | 15 | 417 | 112 | 64 |
| Binary | 10001000 | 101011 | 11011111 | 100111 | 1010001 | 0 | 1101 | 100001111 | 1001010 | 110100 |
Color Harmonies of #882BDF
Complementary color
Monochromatic Colors of #882BDF
Black with #882BDF
Text Example
Text Example
White with #882BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BDF; }
p { color: rgb(136,43,223); }
H1.HeaderClassName
{
color: #882BDF;
}
.AnyTagClassName
{
color: #882BDF;
}
</style>
background-color css
<style>
a { background-color: #882BDF; }
a { background-color: rgb(136,43,223); }
div.DivClassName
{
background-color: #882BDF;
}
.BgClassName
{
background-color: #882BDF;
}
</style>
border-color css
<style>
span { border-color: #882BDF; }
span { border-color: rgb(136,43,223); }
td.TdClassName
{
border-color: #882BDF;
}
.TagClassName
{
border-color: #882BDF;
}
</style>