Shades of Blue Violet #882DDB
Tints of Blue Violet #882DDB
RGB
CMYK
RGB Variations
Color information
#882DDB (or 0x882DDB) is known color: Blue Violet. HEX triplet: 88, 2D and DB. RGB value is (136,45,219). Sum of RGB (Red+Green+Blue) = 136+45+219=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #882DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DDB is #77D224. Grayscale: #5B5B5B. Windows color (decimal): -7852581 or 14364040. OLE color: 14364040.
HSL color Cylindrical-coordinate representation of color #882DDB: hue angle of 271.38º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882DDB is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 45 | 219 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.14 |
| HSL | 271.38º | 0.71% | 0.52% | - |
| HSV(B) | 271.38º | 0.79% | 0.86% | - |
| XYZ | 23.88 | 12.23 | 68.12 | - |
| YUV | 92.05 | 199.65 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 219 | 0.38 | 0.79 | 0 | 0.14 | 271.38 | 0.71 | 0.52 |
| Hex | 88 | 2D | DB | 26 | 4F | 0 | E | 10F | 47 | 34 |
| Octal | 210 | 55 | 333 | 46 | 117 | 0 | 16 | 417 | 107 | 64 |
| Binary | 10001000 | 101101 | 11011011 | 100110 | 1001111 | 0 | 1110 | 100001111 | 1000111 | 110100 |
Color Harmonies of #882DDB
Complementary color
Monochromatic Colors of #882DDB
Black with #882DDB
Text Example
Text Example
White with #882DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DDB; }
p { color: rgb(136,45,219); }
H1.HeaderClassName
{
color: #882DDB;
}
.AnyTagClassName
{
color: #882DDB;
}
</style>
background-color css
<style>
a { background-color: #882DDB; }
a { background-color: rgb(136,45,219); }
div.DivClassName
{
background-color: #882DDB;
}
.BgClassName
{
background-color: #882DDB;
}
</style>
border-color css
<style>
span { border-color: #882DDB; }
span { border-color: rgb(136,45,219); }
td.TdClassName
{
border-color: #882DDB;
}
.TagClassName
{
border-color: #882DDB;
}
</style>