Shades of Blue Violet #834DDD
Tints of Blue Violet #834DDD
RGB
CMYK
RGB Variations
Color information
#834DDD (or 0x834DDD) is known color: Blue Violet. HEX triplet: 83, 4D and DD. RGB value is (131,77,221). Sum of RGB (Red+Green+Blue) = 131+77+221=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #834DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DDD is #7CB222. Grayscale: #6D6D6D. Windows color (decimal): -8172067 or 14503299. OLE color: 14503299.
HSL color Cylindrical-coordinate representation of color #834DDD: hue angle of 262.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #834DDD is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 77 | 221 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.13 |
| HSL | 262.5º | 0.68% | 0.58% | - |
| HSV(B) | 262.5º | 0.65% | 0.87% | - |
| XYZ | 25.07 | 15.35 | 70.05 | - |
| YUV | 109.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 221 | 0.41 | 0.65 | 0 | 0.13 | 262.5 | 0.68 | 0.58 |
| Hex | 83 | 4D | DD | 29 | 41 | 0 | D | 106 | 44 | 3A |
| Octal | 203 | 115 | 335 | 51 | 101 | 0 | 15 | 406 | 104 | 72 |
| Binary | 10000011 | 1001101 | 11011101 | 101001 | 1000001 | 0 | 1101 | 100000110 | 1000100 | 111010 |
Color Harmonies of #834DDD
Complementary color
Monochromatic Colors of #834DDD
Black with #834DDD
Text Example
Text Example
White with #834DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834DDD; }
p { color: rgb(131,77,221); }
H1.HeaderClassName
{
color: #834DDD;
}
.AnyTagClassName
{
color: #834DDD;
}
</style>
background-color css
<style>
a { background-color: #834DDD; }
a { background-color: rgb(131,77,221); }
div.DivClassName
{
background-color: #834DDD;
}
.BgClassName
{
background-color: #834DDD;
}
</style>
border-color css
<style>
span { border-color: #834DDD; }
span { border-color: rgb(131,77,221); }
td.TdClassName
{
border-color: #834DDD;
}
.TagClassName
{
border-color: #834DDD;
}
</style>