Shades of Blue Violet #834BDA
Tints of Blue Violet #834BDA
RGB
CMYK
RGB Variations
Color information
#834BDA (or 0x834BDA) is known color: Blue Violet. HEX triplet: 83, 4B and DA. RGB value is (131,75,218). Sum of RGB (Red+Green+Blue) = 131+75+218=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #834BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834BDA is #7CB425. Grayscale: #6B6B6B. Windows color (decimal): -8172582 or 14306179. OLE color: 14306179.
HSL color Cylindrical-coordinate representation of color #834BDA: hue angle of 263.5º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #834BDA is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 75 | 218 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.15 |
| HSL | 263.5º | 0.66% | 0.57% | - |
| HSV(B) | 263.5º | 0.66% | 0.85% | - |
| XYZ | 24.53 | 14.92 | 67.92 | - |
| YUV | 108.05 | 190.05 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 218 | 0.40 | 0.66 | 0 | 0.15 | 263.5 | 0.66 | 0.57 |
| Hex | 83 | 4B | DA | 28 | 42 | 0 | F | 107 | 42 | 39 |
| Octal | 203 | 113 | 332 | 50 | 102 | 0 | 17 | 407 | 102 | 71 |
| Binary | 10000011 | 1001011 | 11011010 | 101000 | 1000010 | 0 | 1111 | 100000111 | 1000010 | 111001 |
Color Harmonies of #834BDA
Complementary color
Monochromatic Colors of #834BDA
Black with #834BDA
Text Example
Text Example
White with #834BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834BDA; }
p { color: rgb(131,75,218); }
H1.HeaderClassName
{
color: #834BDA;
}
.AnyTagClassName
{
color: #834BDA;
}
</style>
background-color css
<style>
a { background-color: #834BDA; }
a { background-color: rgb(131,75,218); }
div.DivClassName
{
background-color: #834BDA;
}
.BgClassName
{
background-color: #834BDA;
}
</style>
border-color css
<style>
span { border-color: #834BDA; }
span { border-color: rgb(131,75,218); }
td.TdClassName
{
border-color: #834BDA;
}
.TagClassName
{
border-color: #834BDA;
}
</style>