Shades of Blue Violet #883DDB
Tints of Blue Violet #883DDB
RGB
CMYK
RGB Variations
Color information
#883DDB (or 0x883DDB) is known color: Blue Violet. HEX triplet: 88, 3D and DB. RGB value is (136,61,219). Sum of RGB (Red+Green+Blue) = 136+61+219=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #883DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883DDB is #77C224. Grayscale: #646464. Windows color (decimal): -7848485 or 14368136. OLE color: 14368136.
HSL color Cylindrical-coordinate representation of color #883DDB: hue angle of 268.48º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #883DDB is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 61 | 219 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.14 |
| HSL | 268.48º | 0.69% | 0.55% | - |
| HSV(B) | 268.48º | 0.72% | 0.86% | - |
| XYZ | 24.61 | 13.69 | 68.36 | - |
| YUV | 101.44 | 194.35 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 219 | 0.38 | 0.72 | 0 | 0.14 | 268.48 | 0.69 | 0.55 |
| Hex | 88 | 3D | DB | 26 | 48 | 0 | E | 10C | 45 | 37 |
| Octal | 210 | 75 | 333 | 46 | 110 | 0 | 16 | 414 | 105 | 67 |
| Binary | 10001000 | 111101 | 11011011 | 100110 | 1001000 | 0 | 1110 | 100001100 | 1000101 | 110111 |
Color Harmonies of #883DDB
Complementary color
Monochromatic Colors of #883DDB
Black with #883DDB
Text Example
Text Example
White with #883DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883DDB; }
p { color: rgb(136,61,219); }
H1.HeaderClassName
{
color: #883DDB;
}
.AnyTagClassName
{
color: #883DDB;
}
</style>
background-color css
<style>
a { background-color: #883DDB; }
a { background-color: rgb(136,61,219); }
div.DivClassName
{
background-color: #883DDB;
}
.BgClassName
{
background-color: #883DDB;
}
</style>
border-color css
<style>
span { border-color: #883DDB; }
span { border-color: rgb(136,61,219); }
td.TdClassName
{
border-color: #883DDB;
}
.TagClassName
{
border-color: #883DDB;
}
</style>