Shades of Blue Violet #883EF4
Tints of Blue Violet #883EF4
RGB
CMYK
RGB Variations
Color information
#883EF4 (or 0x883EF4) is known color: Blue Violet. HEX triplet: 88, 3E and F4. RGB value is (136,62,244). Sum of RGB (Red+Green+Blue) = 136+62+244=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 244 (95.70% from 255 or 55.20% from 442); Max value from RGB is 244 - color contains mainly: blue. Hex color #883EF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883EF4 is #77C10B. Grayscale: #686868. Windows color (decimal): -7848204 or 16006792. OLE color: 16006792.
HSL color Cylindrical-coordinate representation of color #883EF4: hue angle of 264.4º 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 #883EF4 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 62 | 244 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.04 |
| HSL | 264.4º | 0.89% | 0.6% | - |
| HSV(B) | 264.4º | 0.75% | 0.96% | - |
| XYZ | 28.21 | 15.21 | 87.04 | - |
| YUV | 104.87 | 206.52 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 244 | 0.44 | 0.75 | 0 | 0.04 | 264.4 | 0.89 | 0.6 |
| Hex | 88 | 3E | F4 | 2C | 4B | 0 | 4 | 108 | 59 | 3C |
| Octal | 210 | 76 | 364 | 54 | 113 | 0 | 4 | 410 | 131 | 74 |
| Binary | 10001000 | 111110 | 11110100 | 101100 | 1001011 | 0 | 100 | 100001000 | 1011001 | 111100 |
Color Harmonies of #883EF4
Complementary color
Monochromatic Colors of #883EF4
Black with #883EF4
Text Example
Text Example
White with #883EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883EF4; }
p { color: rgb(136,62,244); }
H1.HeaderClassName
{
color: #883EF4;
}
.AnyTagClassName
{
color: #883EF4;
}
</style>
background-color css
<style>
a { background-color: #883EF4; }
a { background-color: rgb(136,62,244); }
div.DivClassName
{
background-color: #883EF4;
}
.BgClassName
{
background-color: #883EF4;
}
</style>
border-color css
<style>
span { border-color: #883EF4; }
span { border-color: rgb(136,62,244); }
td.TdClassName
{
border-color: #883EF4;
}
.TagClassName
{
border-color: #883EF4;
}
</style>