Shades of Blue Violet #882ADB
Tints of Blue Violet #882ADB
RGB
CMYK
RGB Variations
Color information
#882ADB (or 0x882ADB) is known color: Blue Violet. HEX triplet: 88, 2A and DB. RGB value is (136,42,219). Sum of RGB (Red+Green+Blue) = 136+42+219=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #882ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ADB is #77D524. Grayscale: #595959. Windows color (decimal): -7853349 or 14363272. OLE color: 14363272.
HSL color Cylindrical-coordinate representation of color #882ADB: hue angle of 271.86º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882ADB is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 42 | 219 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.14 |
| HSL | 271.86º | 0.71% | 0.51% | - |
| HSV(B) | 271.86º | 0.81% | 0.86% | - |
| XYZ | 23.77 | 12 | 68.08 | - |
| YUV | 90.28 | 200.64 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 219 | 0.38 | 0.81 | 0 | 0.14 | 271.86 | 0.71 | 0.51 |
| Hex | 88 | 2A | DB | 26 | 51 | 0 | E | 110 | 47 | 33 |
| Octal | 210 | 52 | 333 | 46 | 121 | 0 | 16 | 420 | 107 | 63 |
| Binary | 10001000 | 101010 | 11011011 | 100110 | 1010001 | 0 | 1110 | 100010000 | 1000111 | 110011 |
Color Harmonies of #882ADB
Complementary color
Monochromatic Colors of #882ADB
Black with #882ADB
Text Example
Text Example
White with #882ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882ADB; }
p { color: rgb(136,42,219); }
H1.HeaderClassName
{
color: #882ADB;
}
.AnyTagClassName
{
color: #882ADB;
}
</style>
background-color css
<style>
a { background-color: #882ADB; }
a { background-color: rgb(136,42,219); }
div.DivClassName
{
background-color: #882ADB;
}
.BgClassName
{
background-color: #882ADB;
}
</style>
border-color css
<style>
span { border-color: #882ADB; }
span { border-color: rgb(136,42,219); }
td.TdClassName
{
border-color: #882ADB;
}
.TagClassName
{
border-color: #882ADB;
}
</style>