Html Css Color HEX #834C91 Vivid Violet

📋 copy color: '#834C91'

red 131 ◦ green 76 ◦ blue 145

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

Shades of Vivid Violet #834C91

Tints of Vivid Violet #834C91

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.59%

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

R = 37.22%
G = 21.59%
B = 41.19%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#834C91 (or 0x834C91) is known color: Vivid Violet. HEX triplet: 83, 4C and 91. RGB value is (131,76,145). Sum of RGB (Red+Green+Blue) = 131+76+145=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #834C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834C91 is #7CB36E. Grayscale: #646464. Windows color (decimal): -8172399 or 9522307. OLE color: 9522307.

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

Color convert

RGB 131 76 145 -
CMYK 0.10 0.48 0 0.43
HSL 287.83º 0.31% 0.43% -
HSV(B) 287.83º 0.48% 0.57% -
XYZ 17.06 12.04 28.21 -
YUV 100.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 131 76 145 0.10 0.48 0 0.43 287.83 0.31 0.43
Hex 83 4C 91 A 30 0 2B 120 1F 2B
Octal 203 114 221 12 60 0 53 440 37 53
Binary 10000011 1001100 10010001 1010 110000 0 101011 100100000 11111 101011

Color Harmonies of #834C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C91

Black with #834C91

Text Example


Text Example

White with #834C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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