Shades of Blue Violet #883EF2
Tints of Blue Violet #883EF2
RGB
CMYK
RGB Variations
Color information
#883EF2 (or 0x883EF2) is known color: Blue Violet. HEX triplet: 88, 3E and F2. RGB value is (136,62,242). Sum of RGB (Red+Green+Blue) = 136+62+242=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #883EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883EF2 is #77C10D. Grayscale: #686868. Windows color (decimal): -7848206 or 15875720. OLE color: 15875720.
HSL color Cylindrical-coordinate representation of color #883EF2: hue angle of 264.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #883EF2 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 62 | 242 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.05 |
| HSL | 264.67º | 0.87% | 0.6% | - |
| HSV(B) | 264.67º | 0.74% | 0.95% | - |
| XYZ | 27.9 | 15.09 | 85.45 | - |
| YUV | 104.65 | 205.52 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 242 | 0.44 | 0.74 | 0 | 0.05 | 264.67 | 0.87 | 0.6 |
| Hex | 88 | 3E | F2 | 2C | 4A | 0 | 5 | 109 | 57 | 3C |
| Octal | 210 | 76 | 362 | 54 | 112 | 0 | 5 | 411 | 127 | 74 |
| Binary | 10001000 | 111110 | 11110010 | 101100 | 1001010 | 0 | 101 | 100001001 | 1010111 | 111100 |
Color Harmonies of #883EF2
Complementary color
Monochromatic Colors of #883EF2
Black with #883EF2
Text Example
Text Example
White with #883EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883EF2; }
p { color: rgb(136,62,242); }
H1.HeaderClassName
{
color: #883EF2;
}
.AnyTagClassName
{
color: #883EF2;
}
</style>
background-color css
<style>
a { background-color: #883EF2; }
a { background-color: rgb(136,62,242); }
div.DivClassName
{
background-color: #883EF2;
}
.BgClassName
{
background-color: #883EF2;
}
</style>
border-color css
<style>
span { border-color: #883EF2; }
span { border-color: rgb(136,62,242); }
td.TdClassName
{
border-color: #883EF2;
}
.TagClassName
{
border-color: #883EF2;
}
</style>