Shades of Blue Violet #834BDD
Tints of Blue Violet #834BDD
RGB
CMYK
RGB Variations
Color information
#834BDD (or 0x834BDD) is known color: Blue Violet. HEX triplet: 83, 4B and DD. RGB value is (131,75,221). Sum of RGB (Red+Green+Blue) = 131+75+221=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #834BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834BDD is #7CB422. Grayscale: #6B6B6B. Windows color (decimal): -8172579 or 14502787. OLE color: 14502787.
HSL color Cylindrical-coordinate representation of color #834BDD: hue angle of 263.01º degrees, saturation: 0.68, 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 #834BDD is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 75 | 221 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.13 |
| HSL | 263.01º | 0.68% | 0.58% | - |
| HSV(B) | 263.01º | 0.66% | 0.87% | - |
| XYZ | 24.93 | 15.08 | 70 | - |
| YUV | 108.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 221 | 0.41 | 0.66 | 0 | 0.13 | 263.01 | 0.68 | 0.58 |
| Hex | 83 | 4B | DD | 29 | 42 | 0 | D | 107 | 44 | 3A |
| Octal | 203 | 113 | 335 | 51 | 102 | 0 | 15 | 407 | 104 | 72 |
| Binary | 10000011 | 1001011 | 11011101 | 101001 | 1000010 | 0 | 1101 | 100000111 | 1000100 | 111010 |
Color Harmonies of #834BDD
Complementary color
Monochromatic Colors of #834BDD
Black with #834BDD
Text Example
Text Example
White with #834BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834BDD; }
p { color: rgb(131,75,221); }
H1.HeaderClassName
{
color: #834BDD;
}
.AnyTagClassName
{
color: #834BDD;
}
</style>
background-color css
<style>
a { background-color: #834BDD; }
a { background-color: rgb(131,75,221); }
div.DivClassName
{
background-color: #834BDD;
}
.BgClassName
{
background-color: #834BDD;
}
</style>
border-color css
<style>
span { border-color: #834BDD; }
span { border-color: rgb(131,75,221); }
td.TdClassName
{
border-color: #834BDD;
}
.TagClassName
{
border-color: #834BDD;
}
</style>