Shades of Blue Violet #8340DF
Tints of Blue Violet #8340DF
RGB
CMYK
RGB Variations
Color information
#8340DF (or 0x8340DF) is known color: Blue Violet. HEX triplet: 83, 40 and DF. RGB value is (131,64,223). Sum of RGB (Red+Green+Blue) = 131+64+223=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #8340DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8340DF is #7CBF20. Grayscale: #656565. Windows color (decimal): -8175393 or 14631043. OLE color: 14631043.
HSL color Cylindrical-coordinate representation of color #8340DF: hue angle of 265.28º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8340DF is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 64 | 223 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.13 |
| HSL | 265.28º | 0.71% | 0.56% | - |
| HSV(B) | 265.28º | 0.71% | 0.87% | - |
| XYZ | 24.51 | 13.82 | 71.19 | - |
| YUV | 102.16 | 196.2 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 223 | 0.41 | 0.71 | 0 | 0.13 | 265.28 | 0.71 | 0.56 |
| Hex | 83 | 40 | DF | 29 | 47 | 0 | D | 109 | 47 | 38 |
| Octal | 203 | 100 | 337 | 51 | 107 | 0 | 15 | 411 | 107 | 70 |
| Binary | 10000011 | 1000000 | 11011111 | 101001 | 1000111 | 0 | 1101 | 100001001 | 1000111 | 111000 |
Color Harmonies of #8340DF
Complementary color
Monochromatic Colors of #8340DF
Black with #8340DF
Text Example
Text Example
White with #8340DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8340DF; }
p { color: rgb(131,64,223); }
H1.HeaderClassName
{
color: #8340DF;
}
.AnyTagClassName
{
color: #8340DF;
}
</style>
background-color css
<style>
a { background-color: #8340DF; }
a { background-color: rgb(131,64,223); }
div.DivClassName
{
background-color: #8340DF;
}
.BgClassName
{
background-color: #8340DF;
}
</style>
border-color css
<style>
span { border-color: #8340DF; }
span { border-color: rgb(131,64,223); }
td.TdClassName
{
border-color: #8340DF;
}
.TagClassName
{
border-color: #8340DF;
}
</style>