Html Css Color HEX #834C93 Vivid Violet

📋 copy color: '#834C93'

red 131 ◦ green 76 ◦ blue 147

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

Shades of Vivid Violet #834C93

Tints of Vivid Violet #834C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.53%

R = 37.01%
G = 21.47%
B = 41.53%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#834C93 (or 0x834C93) is known color: Vivid Violet. HEX triplet: 83, 4C and 93. RGB value is (131,76,147). Sum of RGB (Red+Green+Blue) = 131+76+147=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #834C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834C93 is #7CB36C. Grayscale: #646464. Windows color (decimal): -8172397 or 9653379. OLE color: 9653379.

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

Color convert

RGB 131 76 147 -
CMYK 0.11 0.48 0 0.42
HSL 286.48º 0.32% 0.44% -
HSV(B) 286.48º 0.48% 0.58% -
XYZ 17.21 12.1 29.03 -
YUV 100.54 154.22 149.73 -
System Red Green Blue C M Y K H S L
Decimal 131 76 147 0.11 0.48 0 0.42 286.48 0.32 0.44
Hex 83 4C 93 B 30 0 2A 11E 20 2C
Octal 203 114 223 13 60 0 52 436 40 54
Binary 10000011 1001100 10010011 1011 110000 0 101010 100011110 100000 101100

Color Harmonies of #834C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C93

Black with #834C93

Text Example


Text Example

White with #834C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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