Shades of Blue Violet #883DF4
Tints of Blue Violet #883DF4
RGB
CMYK
RGB Variations
Color information
#883DF4 (or 0x883DF4) is known color: Blue Violet. HEX triplet: 88, 3D and F4. RGB value is (136,61,244). Sum of RGB (Red+Green+Blue) = 136+61+244=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 244 (95.70% from 255 or 55.33% from 441); Max value from RGB is 244 - color contains mainly: blue. Hex color #883DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883DF4 is #77C20B. Grayscale: #676767. Windows color (decimal): -7848460 or 16006536. OLE color: 16006536.
HSL color Cylindrical-coordinate representation of color #883DF4: hue angle of 264.59º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #883DF4 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 61 | 244 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.04 |
| HSL | 264.59º | 0.89% | 0.6% | - |
| HSV(B) | 264.59º | 0.75% | 0.96% | - |
| XYZ | 28.15 | 15.1 | 87.02 | - |
| YUV | 104.29 | 206.85 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 244 | 0.44 | 0.75 | 0 | 0.04 | 264.59 | 0.89 | 0.6 |
| Hex | 88 | 3D | F4 | 2C | 4B | 0 | 4 | 109 | 59 | 3C |
| Octal | 210 | 75 | 364 | 54 | 113 | 0 | 4 | 411 | 131 | 74 |
| Binary | 10001000 | 111101 | 11110100 | 101100 | 1001011 | 0 | 100 | 100001001 | 1011001 | 111100 |
Color Harmonies of #883DF4
Complementary color
Monochromatic Colors of #883DF4
Black with #883DF4
Text Example
Text Example
White with #883DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883DF4; }
p { color: rgb(136,61,244); }
H1.HeaderClassName
{
color: #883DF4;
}
.AnyTagClassName
{
color: #883DF4;
}
</style>
background-color css
<style>
a { background-color: #883DF4; }
a { background-color: rgb(136,61,244); }
div.DivClassName
{
background-color: #883DF4;
}
.BgClassName
{
background-color: #883DF4;
}
</style>
border-color css
<style>
span { border-color: #883DF4; }
span { border-color: rgb(136,61,244); }
td.TdClassName
{
border-color: #883DF4;
}
.TagClassName
{
border-color: #883DF4;
}
</style>