Shades of Blue Violet #834AD2
Tints of Blue Violet #834AD2
RGB
CMYK
RGB Variations
Color information
#834AD2 (or 0x834AD2) is known color: Blue Violet. HEX triplet: 83, 4A and D2. RGB value is (131,74,210). Sum of RGB (Red+Green+Blue) = 131+74+210=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 210 (82.42% from 255 or 50.60% from 415); Max value from RGB is 210 - color contains mainly: blue. Hex color #834AD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834AD2 is #7CB52D. Grayscale: #6A6A6A. Windows color (decimal): -8172846 or 13781635. OLE color: 13781635.
HSL color Cylindrical-coordinate representation of color #834AD2: hue angle of 265.15º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #834AD2 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 74 | 210 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.18 |
| HSL | 265.15º | 0.6% | 0.56% | - |
| HSV(B) | 265.15º | 0.65% | 0.82% | - |
| XYZ | 23.44 | 14.38 | 62.51 | - |
| YUV | 106.55 | 186.38 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 210 | 0.38 | 0.65 | 0 | 0.18 | 265.15 | 0.6 | 0.56 |
| Hex | 83 | 4A | D2 | 26 | 41 | 0 | 12 | 109 | 3C | 38 |
| Octal | 203 | 112 | 322 | 46 | 101 | 0 | 22 | 411 | 74 | 70 |
| Binary | 10000011 | 1001010 | 11010010 | 100110 | 1000001 | 0 | 10010 | 100001001 | 111100 | 111000 |
Color Harmonies of #834AD2
Complementary color
Monochromatic Colors of #834AD2
Black with #834AD2
Text Example
Text Example
White with #834AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834AD2; }
p { color: rgb(131,74,210); }
H1.HeaderClassName
{
color: #834AD2;
}
.AnyTagClassName
{
color: #834AD2;
}
</style>
background-color css
<style>
a { background-color: #834AD2; }
a { background-color: rgb(131,74,210); }
div.DivClassName
{
background-color: #834AD2;
}
.BgClassName
{
background-color: #834AD2;
}
</style>
border-color css
<style>
span { border-color: #834AD2; }
span { border-color: rgb(131,74,210); }
td.TdClassName
{
border-color: #834AD2;
}
.TagClassName
{
border-color: #834AD2;
}
</style>