Shades of Blue Violet #8340FE
Tints of Blue Violet #8340FE
RGB
CMYK
RGB Variations
Color information
#8340FE (or 0x8340FE) is known color: Blue Violet. HEX triplet: 83, 40 and FE. RGB value is (131,64,254). Sum of RGB (Red+Green+Blue) = 131+64+254=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 64 (25.39% from 255 or 14.25% 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 #8340FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8340FE is #7CBF01. Grayscale: #696969. Windows color (decimal): -8175362 or 16662659. OLE color: 16662659.
HSL color Cylindrical-coordinate representation of color #8340FE: hue angle of 261.16º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8340FE is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 64 | 254 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.00 |
| HSL | 261.16º | 0.99% | 0.62% | - |
| HSV(B) | 261.16º | 0.75% | 1% | - |
| XYZ | 29.08 | 15.65 | 95.25 | - |
| YUV | 105.69 | 211.7 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 254 | 0.48 | 0.75 | 0 | 0.00 | 261.16 | 0.99 | 0.62 |
| Hex | 83 | 40 | FE | 30 | 4B | 0 | 0 | 105 | 63 | 3E |
| Octal | 203 | 100 | 376 | 60 | 113 | 0 | 0 | 405 | 143 | 76 |
| Binary | 10000011 | 1000000 | 11111110 | 110000 | 1001011 | 0 | 0 | 100000101 | 1100011 | 111110 |
Color Harmonies of #8340FE
Complementary color
Monochromatic Colors of #8340FE
Black with #8340FE
Text Example
Text Example
White with #8340FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8340FE; }
p { color: rgb(131,64,254); }
H1.HeaderClassName
{
color: #8340FE;
}
.AnyTagClassName
{
color: #8340FE;
}
</style>
background-color css
<style>
a { background-color: #8340FE; }
a { background-color: rgb(131,64,254); }
div.DivClassName
{
background-color: #8340FE;
}
.BgClassName
{
background-color: #8340FE;
}
</style>
border-color css
<style>
span { border-color: #8340FE; }
span { border-color: rgb(131,64,254); }
td.TdClassName
{
border-color: #8340FE;
}
.TagClassName
{
border-color: #8340FE;
}
</style>