Shades of Blue Violet #8349DF
Tints of Blue Violet #8349DF
RGB
CMYK
RGB Variations
Color information
#8349DF (or 0x8349DF) is known color: Blue Violet. HEX triplet: 83, 49 and DF. RGB value is (131,73,223). Sum of RGB (Red+Green+Blue) = 131+73+223=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #8349DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8349DF is #7CB620. Grayscale: #6A6A6A. Windows color (decimal): -8173089 or 14633347. OLE color: 14633347.
HSL color Cylindrical-coordinate representation of color #8349DF: hue angle of 263.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8349DF is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 73 | 223 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.13 |
| HSL | 263.2º | 0.7% | 0.58% | - |
| HSV(B) | 263.2º | 0.67% | 0.87% | - |
| XYZ | 25.06 | 14.92 | 71.37 | - |
| YUV | 107.44 | 193.22 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 223 | 0.41 | 0.67 | 0 | 0.13 | 263.2 | 0.7 | 0.58 |
| Hex | 83 | 49 | DF | 29 | 43 | 0 | D | 107 | 46 | 3A |
| Octal | 203 | 111 | 337 | 51 | 103 | 0 | 15 | 407 | 106 | 72 |
| Binary | 10000011 | 1001001 | 11011111 | 101001 | 1000011 | 0 | 1101 | 100000111 | 1000110 | 111010 |
Color Harmonies of #8349DF
Complementary color
Monochromatic Colors of #8349DF
Black with #8349DF
Text Example
Text Example
White with #8349DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8349DF; }
p { color: rgb(131,73,223); }
H1.HeaderClassName
{
color: #8349DF;
}
.AnyTagClassName
{
color: #8349DF;
}
</style>
background-color css
<style>
a { background-color: #8349DF; }
a { background-color: rgb(131,73,223); }
div.DivClassName
{
background-color: #8349DF;
}
.BgClassName
{
background-color: #8349DF;
}
</style>
border-color css
<style>
span { border-color: #8349DF; }
span { border-color: rgb(131,73,223); }
td.TdClassName
{
border-color: #8349DF;
}
.TagClassName
{
border-color: #8349DF;
}
</style>