Shades of Blue Violet #883BFE
Tints of Blue Violet #883BFE
RGB
CMYK
RGB Variations
Color information
#883BFE (or 0x883BFE) is known color: Blue Violet. HEX triplet: 88, 3B and FE. RGB value is (136,59,254). Sum of RGB (Red+Green+Blue) = 136+59+254=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #883BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883BFE is #77C401. Grayscale: #676767. Windows color (decimal): -7848962 or 16661384. OLE color: 16661384.
HSL color Cylindrical-coordinate representation of color #883BFE: hue angle of 263.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #883BFE is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 59 | 254 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.00 |
| HSL | 263.69º | 0.99% | 0.61% | - |
| HSV(B) | 263.69º | 0.77% | 1% | - |
| XYZ | 29.61 | 15.52 | 95.2 | - |
| YUV | 104.25 | 212.51 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 254 | 0.46 | 0.77 | 0 | 0.00 | 263.69 | 0.99 | 0.61 |
| Hex | 88 | 3B | FE | 2E | 4D | 0 | 0 | 108 | 63 | 3D |
| Octal | 210 | 73 | 376 | 56 | 115 | 0 | 0 | 410 | 143 | 75 |
| Binary | 10001000 | 111011 | 11111110 | 101110 | 1001101 | 0 | 0 | 100001000 | 1100011 | 111101 |
Color Harmonies of #883BFE
Complementary color
Monochromatic Colors of #883BFE
Black with #883BFE
Text Example
Text Example
White with #883BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BFE; }
p { color: rgb(136,59,254); }
H1.HeaderClassName
{
color: #883BFE;
}
.AnyTagClassName
{
color: #883BFE;
}
</style>
background-color css
<style>
a { background-color: #883BFE; }
a { background-color: rgb(136,59,254); }
div.DivClassName
{
background-color: #883BFE;
}
.BgClassName
{
background-color: #883BFE;
}
</style>
border-color css
<style>
span { border-color: #883BFE; }
span { border-color: rgb(136,59,254); }
td.TdClassName
{
border-color: #883BFE;
}
.TagClassName
{
border-color: #883BFE;
}
</style>