Shades of Blue Violet #883FFA
Tints of Blue Violet #883FFA
RGB
CMYK
RGB Variations
Color information
#883FFA (or 0x883FFA) is known color: Blue Violet. HEX triplet: 88, 3F and FA. RGB value is (136,63,250). Sum of RGB (Red+Green+Blue) = 136+63+250=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #883FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883FFA is #77C005. Grayscale: #696969. Windows color (decimal): -7847942 or 16400264. OLE color: 16400264.
HSL color Cylindrical-coordinate representation of color #883FFA: hue angle of 263.42º 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 #883FFA is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 63 | 250 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.02 |
| HSL | 263.42º | 0.95% | 0.61% | - |
| HSV(B) | 263.42º | 0.75% | 0.98% | - |
| XYZ | 29.19 | 15.69 | 91.93 | - |
| YUV | 106.15 | 209.18 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 250 | 0.46 | 0.75 | 0 | 0.02 | 263.42 | 0.95 | 0.61 |
| Hex | 88 | 3F | FA | 2E | 4B | 0 | 2 | 107 | 5F | 3D |
| Octal | 210 | 77 | 372 | 56 | 113 | 0 | 2 | 407 | 137 | 75 |
| Binary | 10001000 | 111111 | 11111010 | 101110 | 1001011 | 0 | 10 | 100000111 | 1011111 | 111101 |
Color Harmonies of #883FFA
Complementary color
Monochromatic Colors of #883FFA
Black with #883FFA
Text Example
Text Example
White with #883FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FFA; }
p { color: rgb(136,63,250); }
H1.HeaderClassName
{
color: #883FFA;
}
.AnyTagClassName
{
color: #883FFA;
}
</style>
background-color css
<style>
a { background-color: #883FFA; }
a { background-color: rgb(136,63,250); }
div.DivClassName
{
background-color: #883FFA;
}
.BgClassName
{
background-color: #883FFA;
}
</style>
border-color css
<style>
span { border-color: #883FFA; }
span { border-color: rgb(136,63,250); }
td.TdClassName
{
border-color: #883FFA;
}
.TagClassName
{
border-color: #883FFA;
}
</style>