Html Css Color HEX #834791 Vivid Violet

📋 copy color: '#834791'

red 131 ◦ green 71 ◦ blue 145

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

Shades of Vivid Violet #834791

Tints of Vivid Violet #834791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.46%

 BLUE value IS 145 (57.03% from 255) = 41.79%

R = 37.75%
G = 20.46%
B = 41.79%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#834791 (or 0x834791) is known color: Vivid Violet. HEX triplet: 83, 47 and 91. RGB value is (131,71,145). Sum of RGB (Red+Green+Blue) = 131+71+145=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #834791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834791 is #7CB86E. Grayscale: #616161. Windows color (decimal): -8173679 or 9521027. OLE color: 9521027.

HSL color Cylindrical-coordinate representation of color #834791: hue angle of 288.65º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834791 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 71 145 -
CMYK 0.10 0.51 0 0.43
HSL 288.65º 0.34% 0.42% -
HSV(B) 288.65º 0.51% 0.57% -
XYZ 16.72 11.38 28.1 -
YUV 97.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 131 71 145 0.10 0.51 0 0.43 288.65 0.34 0.42
Hex 83 47 91 A 33 0 2B 121 22 2A
Octal 203 107 221 12 63 0 53 441 42 52
Binary 10000011 1000111 10010001 1010 110011 0 101011 100100001 100010 101010

Color Harmonies of #834791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834791

Black with #834791

Text Example


Text Example

White with #834791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834791; }

 p { color: rgb(131,71,145); }

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

background-color css

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

 a { background-color: rgb(131,71,145); }

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

border-color css

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

 span { border-color: rgb(131,71,145); }

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