Html Css Color HEX #834AD5 Blue Violet

📋 copy color: '#834AD5'

red 131 ◦ green 74 ◦ blue 213

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

Shades of Blue Violet #834AD5

Tints of Blue Violet #834AD5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.7%

 BLUE value IS 213 (83.59% from 255) = 50.96%

R = 31.34%
G = 17.7%
B = 50.96%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#834AD5 (or 0x834AD5) is known color: Blue Violet. HEX triplet: 83, 4A and D5. RGB value is (131,74,213). Sum of RGB (Red+Green+Blue) = 131+74+213=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #834AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834AD5 is #7CB52A. Grayscale: #6A6A6A. Windows color (decimal): -8172843 or 13978243. OLE color: 13978243.

HSL color Cylindrical-coordinate representation of color #834AD5: hue angle of 264.6º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #834AD5 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 74 213 -
CMYK 0.38 0.65 0 0.16
HSL 264.6º 0.62% 0.56% -
HSV(B) 264.6º 0.65% 0.84% -
XYZ 23.82 14.53 64.5 -
YUV 106.89 187.88 145.2 -
System Red Green Blue C M Y K H S L
Decimal 131 74 213 0.38 0.65 0 0.16 264.6 0.62 0.56
Hex 83 4A D5 26 41 0 10 109 3E 38
Octal 203 112 325 46 101 0 20 411 76 70
Binary 10000011 1001010 11010101 100110 1000001 0 10000 100001001 111110 111000

Color Harmonies of #834AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834AD5

Black with #834AD5

Text Example


Text Example

White with #834AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,74,213); }

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

background-color css

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

 a { background-color: rgb(131,74,213); }

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

border-color css

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

 span { border-color: rgb(131,74,213); }

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