Shades of Blue Violet #803BFE
Tints of Blue Violet #803BFE
RGB
CMYK
RGB Variations
Color information
#803BFE (or 0x803BFE) is known color: Blue Violet. HEX triplet: 80, 3B and FE. RGB value is (128,59,254). Sum of RGB (Red+Green+Blue) = 128+59+254=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #803BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803BFE is #7FC401. Grayscale: #656565. Windows color (decimal): -8373250 or 16661376. OLE color: 16661376.
HSL color Cylindrical-coordinate representation of color #803BFE: hue angle of 261.23º 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 #803BFE is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 59 | 254 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.00 |
| HSL | 261.23º | 0.99% | 0.61% | - |
| HSV(B) | 261.23º | 0.77% | 1% | - |
| XYZ | 28.36 | 14.87 | 95.14 | - |
| YUV | 101.86 | 213.86 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 254 | 0.50 | 0.77 | 0 | 0.00 | 261.23 | 0.99 | 0.61 |
| Hex | 80 | 3B | FE | 32 | 4D | 0 | 0 | 105 | 63 | 3D |
| Octal | 200 | 73 | 376 | 62 | 115 | 0 | 0 | 405 | 143 | 75 |
| Binary | 10000000 | 111011 | 11111110 | 110010 | 1001101 | 0 | 0 | 100000101 | 1100011 | 111101 |
Color Harmonies of #803BFE
Complementary color
Monochromatic Colors of #803BFE
Black with #803BFE
Text Example
Text Example
White with #803BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803BFE; }
p { color: rgb(128,59,254); }
H1.HeaderClassName
{
color: #803BFE;
}
.AnyTagClassName
{
color: #803BFE;
}
</style>
background-color css
<style>
a { background-color: #803BFE; }
a { background-color: rgb(128,59,254); }
div.DivClassName
{
background-color: #803BFE;
}
.BgClassName
{
background-color: #803BFE;
}
</style>
border-color css
<style>
span { border-color: #803BFE; }
span { border-color: rgb(128,59,254); }
td.TdClassName
{
border-color: #803BFE;
}
.TagClassName
{
border-color: #803BFE;
}
</style>