Shades of Blue Violet #8340DB
Tints of Blue Violet #8340DB
RGB
CMYK
RGB Variations
Color information
#8340DB (or 0x8340DB) is known color: Blue Violet. HEX triplet: 83, 40 and DB. RGB value is (131,64,219). Sum of RGB (Red+Green+Blue) = 131+64+219=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #8340DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8340DB is #7CBF24. Grayscale: #656565. Windows color (decimal): -8175397 or 14368899. OLE color: 14368899.
HSL color Cylindrical-coordinate representation of color #8340DB: hue angle of 265.94º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8340DB is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 64 | 219 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.14 |
| HSL | 265.94º | 0.68% | 0.55% | - |
| HSV(B) | 265.94º | 0.71% | 0.86% | - |
| XYZ | 23.98 | 13.61 | 68.38 | - |
| YUV | 101.7 | 194.2 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 219 | 0.40 | 0.71 | 0 | 0.14 | 265.94 | 0.68 | 0.55 |
| Hex | 83 | 40 | DB | 28 | 47 | 0 | E | 10A | 44 | 37 |
| Octal | 203 | 100 | 333 | 50 | 107 | 0 | 16 | 412 | 104 | 67 |
| Binary | 10000011 | 1000000 | 11011011 | 101000 | 1000111 | 0 | 1110 | 100001010 | 1000100 | 110111 |
Color Harmonies of #8340DB
Complementary color
Monochromatic Colors of #8340DB
Black with #8340DB
Text Example
Text Example
White with #8340DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8340DB; }
p { color: rgb(131,64,219); }
H1.HeaderClassName
{
color: #8340DB;
}
.AnyTagClassName
{
color: #8340DB;
}
</style>
background-color css
<style>
a { background-color: #8340DB; }
a { background-color: rgb(131,64,219); }
div.DivClassName
{
background-color: #8340DB;
}
.BgClassName
{
background-color: #8340DB;
}
</style>
border-color css
<style>
span { border-color: #8340DB; }
span { border-color: rgb(131,64,219); }
td.TdClassName
{
border-color: #8340DB;
}
.TagClassName
{
border-color: #8340DB;
}
</style>