Shades of Blue Violet #8348DB
Tints of Blue Violet #8348DB
RGB
CMYK
RGB Variations
Color information
#8348DB (or 0x8348DB) is known color: Blue Violet. HEX triplet: 83, 48 and DB. RGB value is (131,72,219). Sum of RGB (Red+Green+Blue) = 131+72+219=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #8348DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8348DB is #7CB724. Grayscale: #696969. Windows color (decimal): -8173349 or 14370947. OLE color: 14370947.
HSL color Cylindrical-coordinate representation of color #8348DB: hue angle of 264.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8348DB is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 72 | 219 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.14 |
| HSL | 264.08º | 0.67% | 0.57% | - |
| HSV(B) | 264.08º | 0.67% | 0.86% | - |
| XYZ | 24.46 | 14.57 | 68.54 | - |
| YUV | 106.4 | 191.55 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 219 | 0.40 | 0.67 | 0 | 0.14 | 264.08 | 0.67 | 0.57 |
| Hex | 83 | 48 | DB | 28 | 43 | 0 | E | 108 | 43 | 39 |
| Octal | 203 | 110 | 333 | 50 | 103 | 0 | 16 | 410 | 103 | 71 |
| Binary | 10000011 | 1001000 | 11011011 | 101000 | 1000011 | 0 | 1110 | 100001000 | 1000011 | 111001 |
Color Harmonies of #8348DB
Complementary color
Monochromatic Colors of #8348DB
Black with #8348DB
Text Example
Text Example
White with #8348DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8348DB; }
p { color: rgb(131,72,219); }
H1.HeaderClassName
{
color: #8348DB;
}
.AnyTagClassName
{
color: #8348DB;
}
</style>
background-color css
<style>
a { background-color: #8348DB; }
a { background-color: rgb(131,72,219); }
div.DivClassName
{
background-color: #8348DB;
}
.BgClassName
{
background-color: #8348DB;
}
</style>
border-color css
<style>
span { border-color: #8348DB; }
span { border-color: rgb(131,72,219); }
td.TdClassName
{
border-color: #8348DB;
}
.TagClassName
{
border-color: #8348DB;
}
</style>