Shades of Blue Violet #8348DC
Tints of Blue Violet #8348DC
RGB
CMYK
RGB Variations
Color information
#8348DC (or 0x8348DC) is known color: Blue Violet. HEX triplet: 83, 48 and DC. RGB value is (131,72,220). Sum of RGB (Red+Green+Blue) = 131+72+220=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #8348DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8348DC is #7CB723. Grayscale: #696969. Windows color (decimal): -8173348 or 14436483. OLE color: 14436483.
HSL color Cylindrical-coordinate representation of color #8348DC: hue angle of 263.92º degrees, saturation: 0.68, 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 #8348DC is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 72 | 220 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.14 |
| HSL | 263.92º | 0.68% | 0.57% | - |
| HSV(B) | 263.92º | 0.67% | 0.86% | - |
| XYZ | 24.6 | 14.63 | 69.24 | - |
| YUV | 106.51 | 192.05 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 220 | 0.40 | 0.67 | 0 | 0.14 | 263.92 | 0.68 | 0.57 |
| Hex | 83 | 48 | DC | 28 | 43 | 0 | E | 108 | 44 | 39 |
| Octal | 203 | 110 | 334 | 50 | 103 | 0 | 16 | 410 | 104 | 71 |
| Binary | 10000011 | 1001000 | 11011100 | 101000 | 1000011 | 0 | 1110 | 100001000 | 1000100 | 111001 |
Color Harmonies of #8348DC
Complementary color
Monochromatic Colors of #8348DC
Black with #8348DC
Text Example
Text Example
White with #8348DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8348DC; }
p { color: rgb(131,72,220); }
H1.HeaderClassName
{
color: #8348DC;
}
.AnyTagClassName
{
color: #8348DC;
}
</style>
background-color css
<style>
a { background-color: #8348DC; }
a { background-color: rgb(131,72,220); }
div.DivClassName
{
background-color: #8348DC;
}
.BgClassName
{
background-color: #8348DC;
}
</style>
border-color css
<style>
span { border-color: #8348DC; }
span { border-color: rgb(131,72,220); }
td.TdClassName
{
border-color: #8348DC;
}
.TagClassName
{
border-color: #8348DC;
}
</style>