Shades of Blue Violet #883EFA
Tints of Blue Violet #883EFA
RGB
CMYK
RGB Variations
Color information
#883EFA (or 0x883EFA) is known color: Blue Violet. HEX triplet: 88, 3E and FA. RGB value is (136,62,250). Sum of RGB (Red+Green+Blue) = 136+62+250=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #883EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883EFA is #77C105. Grayscale: #686868. Windows color (decimal): -7848198 or 16400008. OLE color: 16400008.
HSL color Cylindrical-coordinate representation of color #883EFA: hue angle of 263.62º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #883EFA is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 62 | 250 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.02 |
| HSL | 263.62º | 0.95% | 0.61% | - |
| HSV(B) | 263.62º | 0.75% | 0.98% | - |
| XYZ | 29.13 | 15.58 | 91.91 | - |
| YUV | 105.56 | 209.52 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 250 | 0.46 | 0.75 | 0 | 0.02 | 263.62 | 0.95 | 0.61 |
| Hex | 88 | 3E | FA | 2E | 4B | 0 | 2 | 108 | 5F | 3D |
| Octal | 210 | 76 | 372 | 56 | 113 | 0 | 2 | 410 | 137 | 75 |
| Binary | 10001000 | 111110 | 11111010 | 101110 | 1001011 | 0 | 10 | 100001000 | 1011111 | 111101 |
Color Harmonies of #883EFA
Complementary color
Monochromatic Colors of #883EFA
Black with #883EFA
Text Example
Text Example
White with #883EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883EFA; }
p { color: rgb(136,62,250); }
H1.HeaderClassName
{
color: #883EFA;
}
.AnyTagClassName
{
color: #883EFA;
}
</style>
background-color css
<style>
a { background-color: #883EFA; }
a { background-color: rgb(136,62,250); }
div.DivClassName
{
background-color: #883EFA;
}
.BgClassName
{
background-color: #883EFA;
}
</style>
border-color css
<style>
span { border-color: #883EFA; }
span { border-color: rgb(136,62,250); }
td.TdClassName
{
border-color: #883EFA;
}
.TagClassName
{
border-color: #883EFA;
}
</style>