Shades of Blue Violet #883DEC
Tints of Blue Violet #883DEC
RGB
CMYK
RGB Variations
Color information
#883DEC (or 0x883DEC) is known color: Blue Violet. HEX triplet: 88, 3D and EC. RGB value is (136,61,236). Sum of RGB (Red+Green+Blue) = 136+61+236=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #883DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883DEC is #77C213. Grayscale: #666666. Windows color (decimal): -7848468 or 15482248. OLE color: 15482248.
HSL color Cylindrical-coordinate representation of color #883DEC: hue angle of 265.71º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #883DEC is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 61 | 236 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.07 |
| HSL | 265.71º | 0.82% | 0.58% | - |
| HSV(B) | 265.71º | 0.74% | 0.93% | - |
| XYZ | 26.96 | 14.63 | 80.76 | - |
| YUV | 103.38 | 202.85 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 236 | 0.42 | 0.74 | 0 | 0.07 | 265.71 | 0.82 | 0.58 |
| Hex | 88 | 3D | EC | 2A | 4A | 0 | 7 | 10A | 52 | 3A |
| Octal | 210 | 75 | 354 | 52 | 112 | 0 | 7 | 412 | 122 | 72 |
| Binary | 10001000 | 111101 | 11101100 | 101010 | 1001010 | 0 | 111 | 100001010 | 1010010 | 111010 |
Color Harmonies of #883DEC
Complementary color
Monochromatic Colors of #883DEC
Black with #883DEC
Text Example
Text Example
White with #883DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883DEC; }
p { color: rgb(136,61,236); }
H1.HeaderClassName
{
color: #883DEC;
}
.AnyTagClassName
{
color: #883DEC;
}
</style>
background-color css
<style>
a { background-color: #883DEC; }
a { background-color: rgb(136,61,236); }
div.DivClassName
{
background-color: #883DEC;
}
.BgClassName
{
background-color: #883DEC;
}
</style>
border-color css
<style>
span { border-color: #883DEC; }
span { border-color: rgb(136,61,236); }
td.TdClassName
{
border-color: #883DEC;
}
.TagClassName
{
border-color: #883DEC;
}
</style>