Html Css Color HEX #834C94 Vivid Violet

📋 copy color: '#834C94'

red 131 ◦ green 76 ◦ blue 148

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

Shades of Vivid Violet #834C94

Tints of Vivid Violet #834C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 36.9%
G = 21.41%
B = 41.69%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#834C94 (or 0x834C94) is known color: Vivid Violet. HEX triplet: 83, 4C and 94. RGB value is (131,76,148). Sum of RGB (Red+Green+Blue) = 131+76+148=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #834C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834C94 is #7CB36B. Grayscale: #646464. Windows color (decimal): -8172396 or 9718915. OLE color: 9718915.

HSL color Cylindrical-coordinate representation of color #834C94: hue angle of 285.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834C94 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 76 148 -
CMYK 0.11 0.49 0 0.42
HSL 285.83º 0.32% 0.44% -
HSV(B) 285.83º 0.49% 0.58% -
XYZ 17.29 12.13 29.45 -
YUV 100.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 131 76 148 0.11 0.49 0 0.42 285.83 0.32 0.44
Hex 83 4C 94 B 31 0 2A 11E 20 2C
Octal 203 114 224 13 61 0 52 436 40 54
Binary 10000011 1001100 10010100 1011 110001 0 101010 100011110 100000 101100

Color Harmonies of #834C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C94

Black with #834C94

Text Example


Text Example

White with #834C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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