Html Css Color HEX #834DDF Blue Violet

📋 copy color: '#834DDF'

red 131 ◦ green 77 ◦ blue 223

#834DDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #834DDF

Tints of Blue Violet #834DDF

RGB

 RED value IS 131 (51.56% from 255) = 30.39%

 GREEN value IS 77 (30.47% from 255) = 17.87%

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 30.39%
G = 17.87%
B = 51.74%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#834DDF (or 0x834DDF) is known color: Blue Violet. HEX triplet: 83, 4D and DF. RGB value is (131,77,223). Sum of RGB (Red+Green+Blue) = 131+77+223=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #834DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DDF is #7CB220. Grayscale: #6D6D6D. Windows color (decimal): -8172065 or 14634371. OLE color: 14634371.

HSL color Cylindrical-coordinate representation of color #834DDF: hue angle of 262.19º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #834DDF is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 77 223 -
CMYK 0.41 0.65 0 0.13
HSL 262.19º 0.7% 0.59% -
HSV(B) 262.19º 0.65% 0.87% -
XYZ 25.33 15.46 71.46 -
YUV 109.79 191.89 143.13 -
System Red Green Blue C M Y K H S L
Decimal 131 77 223 0.41 0.65 0 0.13 262.19 0.7 0.59
Hex 83 4D DF 29 41 0 D 106 46 3B
Octal 203 115 337 51 101 0 15 406 106 73
Binary 10000011 1001101 11011111 101001 1000001 0 1101 100000110 1000110 111011

Color Harmonies of #834DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834DDF

Black with #834DDF

Text Example


Text Example

White with #834DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834DDF; }

 p { color: rgb(131,77,223); }

 H1.HeaderClassName
 {
   color: #834DDF;
 }
 .AnyTagClassName
 {
   color: #834DDF;
 }
</style>

background-color css

<style>
 a { background-color: #834DDF; }

 a { background-color: rgb(131,77,223); }

 div.DivClassName
 {
   background-color: #834DDF;
 }
 .BgClassName
 {
   background-color: #834DDF;
 }
</style>

border-color css

<style>
 span { border-color: #834DDF; }

 span { border-color: rgb(131,77,223); }

 td.TdClassName
 {
   border-color: #834DDF;
 }
 .TagClassName
 {
   border-color: #834DDF;
 }
</style>