Html Css Color HEX #84379D Vivid Violet

📋 copy color: '#84379D'

red 132 ◦ green 55 ◦ blue 157

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

Shades of Vivid Violet #84379D

Tints of Vivid Violet #84379D

RGB

 RED value IS 132 (51.95% from 255) = 38.37%

 GREEN value IS 55 (21.88% from 255) = 15.99%

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

R = 38.37%
G = 15.99%
B = 45.64%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84379D (or 0x84379D) is known color: Vivid Violet. HEX triplet: 84, 37 and 9D. RGB value is (132,55,157). Sum of RGB (Red+Green+Blue) = 132+55+157=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #84379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84379D is #7BC862. Grayscale: #595959. Windows color (decimal): -8112227 or 10303364. OLE color: 10303364.

HSL color Cylindrical-coordinate representation of color #84379D: hue angle of 285.29º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84379D is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 55 157 -
CMYK 0.16 0.65 0 0.38
HSL 285.29º 0.48% 0.42% -
HSV(B) 285.29º 0.65% 0.62% -
XYZ 16.97 10.07 32.95 -
YUV 89.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 132 55 157 0.16 0.65 0 0.38 285.29 0.48 0.42
Hex 84 37 9D 10 41 0 26 11D 30 2A
Octal 204 67 235 20 101 0 46 435 60 52
Binary 10000100 110111 10011101 10000 1000001 0 100110 100011101 110000 101010

Color Harmonies of #84379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84379D

Black with #84379D

Text Example


Text Example

White with #84379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84379D; }

 p { color: rgb(132,55,157); }

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

background-color css

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

 a { background-color: rgb(132,55,157); }

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

border-color css

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

 span { border-color: rgb(132,55,157); }

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