Html Css Color HEX #84349C Vivid Violet

📋 copy color: '#84349C'

red 132 ◦ green 52 ◦ blue 156

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

Shades of Vivid Violet #84349C

Tints of Vivid Violet #84349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.29%

 BLUE value IS 156 (61.33% from 255) = 45.88%

R = 38.82%
G = 15.29%
B = 45.88%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84349C (or 0x84349C) is known color: Vivid Violet. HEX triplet: 84, 34 and 9C. RGB value is (132,52,156). Sum of RGB (Red+Green+Blue) = 132+52+156=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #84349C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84349C is #7BCB63. Grayscale: #575757. Windows color (decimal): -8112996 or 10237060. OLE color: 10237060.

HSL color Cylindrical-coordinate representation of color #84349C: hue angle of 286.15º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84349C is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 52 156 -
CMYK 0.15 0.67 0 0.39
HSL 286.15º 0.5% 0.41% -
HSV(B) 286.15º 0.67% 0.61% -
XYZ 16.74 9.76 32.45 -
YUV 87.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 132 52 156 0.15 0.67 0 0.39 286.15 0.5 0.41
Hex 84 34 9C F 43 0 27 11E 32 29
Octal 204 64 234 17 103 0 47 436 62 51
Binary 10000100 110100 10011100 1111 1000011 0 100111 100011110 110010 101001

Color Harmonies of #84349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84349C

Black with #84349C

Text Example


Text Example

White with #84349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84349C; }

 p { color: rgb(132,52,156); }

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

background-color css

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

 a { background-color: rgb(132,52,156); }

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

border-color css

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

 span { border-color: rgb(132,52,156); }

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