Shades of Blue Violet #883BDE
Tints of Blue Violet #883BDE
RGB
CMYK
RGB Variations
Color information
#883BDE (or 0x883BDE) is known color: Blue Violet. HEX triplet: 88, 3B and DE. RGB value is (136,59,222). Sum of RGB (Red+Green+Blue) = 136+59+222=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #883BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BDE is #77C421. Grayscale: #646464. Windows color (decimal): -7848994 or 14564232. OLE color: 14564232.
HSL color Cylindrical-coordinate representation of color #883BDE: hue angle of 268.34º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #883BDE is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 59 | 222 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.13 |
| HSL | 268.34º | 0.71% | 0.55% | - |
| HSV(B) | 268.34º | 0.73% | 0.87% | - |
| XYZ | 24.9 | 13.64 | 70.43 | - |
| YUV | 100.61 | 196.51 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 222 | 0.39 | 0.73 | 0 | 0.13 | 268.34 | 0.71 | 0.55 |
| Hex | 88 | 3B | DE | 27 | 49 | 0 | D | 10C | 47 | 37 |
| Octal | 210 | 73 | 336 | 47 | 111 | 0 | 15 | 414 | 107 | 67 |
| Binary | 10001000 | 111011 | 11011110 | 100111 | 1001001 | 0 | 1101 | 100001100 | 1000111 | 110111 |
Color Harmonies of #883BDE
Complementary color
Monochromatic Colors of #883BDE
Black with #883BDE
Text Example
Text Example
White with #883BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BDE; }
p { color: rgb(136,59,222); }
H1.HeaderClassName
{
color: #883BDE;
}
.AnyTagClassName
{
color: #883BDE;
}
</style>
background-color css
<style>
a { background-color: #883BDE; }
a { background-color: rgb(136,59,222); }
div.DivClassName
{
background-color: #883BDE;
}
.BgClassName
{
background-color: #883BDE;
}
</style>
border-color css
<style>
span { border-color: #883BDE; }
span { border-color: rgb(136,59,222); }
td.TdClassName
{
border-color: #883BDE;
}
.TagClassName
{
border-color: #883BDE;
}
</style>