Shades of Blue Violet #834BDF
Tints of Blue Violet #834BDF
RGB
CMYK
RGB Variations
Color information
#834BDF (or 0x834BDF) is known color: Blue Violet. HEX triplet: 83, 4B and DF. RGB value is (131,75,223). Sum of RGB (Red+Green+Blue) = 131+75+223=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #834BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834BDF is #7CB420. Grayscale: #6C6C6C. Windows color (decimal): -8172577 or 14633859. OLE color: 14633859.
HSL color Cylindrical-coordinate representation of color #834BDF: hue angle of 262.7º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #834BDF is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 75 | 223 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.13 |
| HSL | 262.7º | 0.7% | 0.58% | - |
| HSV(B) | 262.7º | 0.66% | 0.87% | - |
| XYZ | 25.2 | 15.19 | 71.42 | - |
| YUV | 108.62 | 192.55 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 223 | 0.41 | 0.66 | 0 | 0.13 | 262.7 | 0.7 | 0.58 |
| Hex | 83 | 4B | DF | 29 | 42 | 0 | D | 107 | 46 | 3A |
| Octal | 203 | 113 | 337 | 51 | 102 | 0 | 15 | 407 | 106 | 72 |
| Binary | 10000011 | 1001011 | 11011111 | 101001 | 1000010 | 0 | 1101 | 100000111 | 1000110 | 111010 |
Color Harmonies of #834BDF
Complementary color
Monochromatic Colors of #834BDF
Black with #834BDF
Text Example
Text Example
White with #834BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834BDF; }
p { color: rgb(131,75,223); }
H1.HeaderClassName
{
color: #834BDF;
}
.AnyTagClassName
{
color: #834BDF;
}
</style>
background-color css
<style>
a { background-color: #834BDF; }
a { background-color: rgb(131,75,223); }
div.DivClassName
{
background-color: #834BDF;
}
.BgClassName
{
background-color: #834BDF;
}
</style>
border-color css
<style>
span { border-color: #834BDF; }
span { border-color: rgb(131,75,223); }
td.TdClassName
{
border-color: #834BDF;
}
.TagClassName
{
border-color: #834BDF;
}
</style>