Html Css Color HEX #834BDE Blue Violet

📋 copy color: '#834BDE'

red 131 ◦ green 75 ◦ blue 222

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

Shades of Blue Violet #834BDE

Tints of Blue Violet #834BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.52%

 BLUE value IS 222 (87.11% from 255) = 51.87%

R = 30.61%
G = 17.52%
B = 51.87%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#834BDE (or 0x834BDE) is known color: Blue Violet. HEX triplet: 83, 4B and DE. RGB value is (131,75,222). Sum of RGB (Red+Green+Blue) = 131+75+222=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #834BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834BDE is #7CB421. Grayscale: #6B6B6B. Windows color (decimal): -8172578 or 14568323. OLE color: 14568323.

HSL color Cylindrical-coordinate representation of color #834BDE: hue angle of 262.86º degrees, saturation: 0.69, 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 #834BDE is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 75 222 -
CMYK 0.41 0.66 0 0.13
HSL 262.86º 0.69% 0.58% -
HSV(B) 262.86º 0.66% 0.87% -
XYZ 25.06 15.13 70.71 -
YUV 108.5 192.05 144.05 -
System Red Green Blue C M Y K H S L
Decimal 131 75 222 0.41 0.66 0 0.13 262.86 0.69 0.58
Hex 83 4B DE 29 42 0 D 107 45 3A
Octal 203 113 336 51 102 0 15 407 105 72
Binary 10000011 1001011 11011110 101001 1000010 0 1101 100000111 1000101 111010

Color Harmonies of #834BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834BDE

Black with #834BDE

Text Example


Text Example

White with #834BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,75,222); }

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

background-color css

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

 a { background-color: rgb(131,75,222); }

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

border-color css

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

 span { border-color: rgb(131,75,222); }

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