Shades of Blue Violet #8340D0
Tints of Blue Violet #8340D0
RGB
CMYK
RGB Variations
Color information
#8340D0 (or 0x8340D0) is known color: Blue Violet. HEX triplet: 83, 40 and D0. RGB value is (131,64,208). Sum of RGB (Red+Green+Blue) = 131+64+208=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #8340D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8340D0 is #7CBF2F. Grayscale: #636363. Windows color (decimal): -8175408 or 13648003. OLE color: 13648003.
HSL color Cylindrical-coordinate representation of color #8340D0: hue angle of 267.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8340D0 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 64 | 208 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.18 |
| HSL | 267.92º | 0.61% | 0.53% | - |
| HSV(B) | 267.92º | 0.69% | 0.82% | - |
| XYZ | 22.58 | 13.05 | 61 | - |
| YUV | 100.45 | 188.7 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 208 | 0.37 | 0.69 | 0 | 0.18 | 267.92 | 0.61 | 0.53 |
| Hex | 83 | 40 | D0 | 25 | 45 | 0 | 12 | 10C | 3D | 35 |
| Octal | 203 | 100 | 320 | 45 | 105 | 0 | 22 | 414 | 75 | 65 |
| Binary | 10000011 | 1000000 | 11010000 | 100101 | 1000101 | 0 | 10010 | 100001100 | 111101 | 110101 |
Color Harmonies of #8340D0
Complementary color
Monochromatic Colors of #8340D0
Black with #8340D0
Text Example
Text Example
White with #8340D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8340D0; }
p { color: rgb(131,64,208); }
H1.HeaderClassName
{
color: #8340D0;
}
.AnyTagClassName
{
color: #8340D0;
}
</style>
background-color css
<style>
a { background-color: #8340D0; }
a { background-color: rgb(131,64,208); }
div.DivClassName
{
background-color: #8340D0;
}
.BgClassName
{
background-color: #8340D0;
}
</style>
border-color css
<style>
span { border-color: #8340D0; }
span { border-color: rgb(131,64,208); }
td.TdClassName
{
border-color: #8340D0;
}
.TagClassName
{
border-color: #8340D0;
}
</style>