Html Css Color HEX #834A9D Vivid Violet

📋 copy color: '#834A9D'

red 131 ◦ green 74 ◦ blue 157

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

Shades of Vivid Violet #834A9D

Tints of Vivid Violet #834A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.37%

R = 36.19%
G = 20.44%
B = 43.37%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#834A9D (or 0x834A9D) is known color: Vivid Violet. HEX triplet: 83, 4A and 9D. RGB value is (131,74,157). Sum of RGB (Red+Green+Blue) = 131+74+157=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #834A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834A9D is #7CB562. Grayscale: #646464. Windows color (decimal): -8172899 or 10308227. OLE color: 10308227.

HSL color Cylindrical-coordinate representation of color #834A9D: hue angle of 281.2º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #834A9D is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 74 157 -
CMYK 0.17 0.53 0 0.38
HSL 281.2º 0.36% 0.45% -
HSV(B) 281.2º 0.53% 0.62% -
XYZ 17.89 12.16 33.3 -
YUV 100.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 131 74 157 0.17 0.53 0 0.38 281.2 0.36 0.45
Hex 83 4A 9D 11 35 0 26 119 24 2D
Octal 203 112 235 21 65 0 46 431 44 55
Binary 10000011 1001010 10011101 10001 110101 0 100110 100011001 100100 101101

Color Harmonies of #834A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834A9D

Black with #834A9D

Text Example


Text Example

White with #834A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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