Shades of Blue Violet #883BDB
Tints of Blue Violet #883BDB
RGB
CMYK
RGB Variations
Color information
#883BDB (or 0x883BDB) is known color: Blue Violet. HEX triplet: 88, 3B and DB. RGB value is (136,59,219). Sum of RGB (Red+Green+Blue) = 136+59+219=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #883BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BDB is #77C424. Grayscale: #636363. Windows color (decimal): -7848997 or 14367624. OLE color: 14367624.
HSL color Cylindrical-coordinate representation of color #883BDB: hue angle of 268.88º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #883BDB is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 59 | 219 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.14 |
| HSL | 268.88º | 0.69% | 0.55% | - |
| HSV(B) | 268.88º | 0.73% | 0.86% | - |
| XYZ | 24.5 | 13.48 | 68.33 | - |
| YUV | 100.26 | 195.01 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 219 | 0.38 | 0.73 | 0 | 0.14 | 268.88 | 0.69 | 0.55 |
| Hex | 88 | 3B | DB | 26 | 49 | 0 | E | 10D | 45 | 37 |
| Octal | 210 | 73 | 333 | 46 | 111 | 0 | 16 | 415 | 105 | 67 |
| Binary | 10001000 | 111011 | 11011011 | 100110 | 1001001 | 0 | 1110 | 100001101 | 1000101 | 110111 |
Color Harmonies of #883BDB
Complementary color
Monochromatic Colors of #883BDB
Black with #883BDB
Text Example
Text Example
White with #883BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BDB; }
p { color: rgb(136,59,219); }
H1.HeaderClassName
{
color: #883BDB;
}
.AnyTagClassName
{
color: #883BDB;
}
</style>
background-color css
<style>
a { background-color: #883BDB; }
a { background-color: rgb(136,59,219); }
div.DivClassName
{
background-color: #883BDB;
}
.BgClassName
{
background-color: #883BDB;
}
</style>
border-color css
<style>
span { border-color: #883BDB; }
span { border-color: rgb(136,59,219); }
td.TdClassName
{
border-color: #883BDB;
}
.TagClassName
{
border-color: #883BDB;
}
</style>