Shades of Blue Violet #883FFB
Tints of Blue Violet #883FFB
RGB
CMYK
RGB Variations
Color information
#883FFB (or 0x883FFB) is known color: Blue Violet. HEX triplet: 88, 3F and FB. RGB value is (136,63,251). Sum of RGB (Red+Green+Blue) = 136+63+251=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #883FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883FFB is #77C004. Grayscale: #696969. Windows color (decimal): -7847941 or 16465800. OLE color: 16465800.
HSL color Cylindrical-coordinate representation of color #883FFB: hue angle of 263.3º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #883FFB is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 63 | 251 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.02 |
| HSL | 263.3º | 0.96% | 0.62% | - |
| HSV(B) | 263.3º | 0.75% | 0.98% | - |
| XYZ | 29.34 | 15.75 | 92.76 | - |
| YUV | 106.26 | 209.68 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 251 | 0.46 | 0.75 | 0 | 0.02 | 263.3 | 0.96 | 0.62 |
| Hex | 88 | 3F | FB | 2E | 4B | 0 | 2 | 107 | 60 | 3E |
| Octal | 210 | 77 | 373 | 56 | 113 | 0 | 2 | 407 | 140 | 76 |
| Binary | 10001000 | 111111 | 11111011 | 101110 | 1001011 | 0 | 10 | 100000111 | 1100000 | 111110 |
Color Harmonies of #883FFB
Complementary color
Monochromatic Colors of #883FFB
Black with #883FFB
Text Example
Text Example
White with #883FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FFB; }
p { color: rgb(136,63,251); }
H1.HeaderClassName
{
color: #883FFB;
}
.AnyTagClassName
{
color: #883FFB;
}
</style>
background-color css
<style>
a { background-color: #883FFB; }
a { background-color: rgb(136,63,251); }
div.DivClassName
{
background-color: #883FFB;
}
.BgClassName
{
background-color: #883FFB;
}
</style>
border-color css
<style>
span { border-color: #883FFB; }
span { border-color: rgb(136,63,251); }
td.TdClassName
{
border-color: #883FFB;
}
.TagClassName
{
border-color: #883FFB;
}
</style>