Html Css Color HEX #84348E Vivid Violet

📋 copy color: '#84348E'

red 132 ◦ green 52 ◦ blue 142

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

Shades of Vivid Violet #84348E

Tints of Vivid Violet #84348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 40.49%
G = 15.95%
B = 43.56%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84348E (or 0x84348E) is known color: Vivid Violet. HEX triplet: 84, 34 and 8E. RGB value is (132,52,142). Sum of RGB (Red+Green+Blue) = 132+52+142=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #84348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84348E is #7BCB71. Grayscale: #555555. Windows color (decimal): -8113010 or 9319556. OLE color: 9319556.

HSL color Cylindrical-coordinate representation of color #84348E: hue angle of 293.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84348E is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 52 142 -
CMYK 0.07 0.63 0 0.44
HSL 293.33º 0.46% 0.38% -
HSV(B) 293.33º 0.63% 0.56% -
XYZ 15.63 9.31 26.57 -
YUV 86.18 159.5 160.68 -
System Red Green Blue C M Y K H S L
Decimal 132 52 142 0.07 0.63 0 0.44 293.33 0.46 0.38
Hex 84 34 8E 7 3F 0 2C 125 2E 26
Octal 204 64 216 7 77 0 54 445 56 46
Binary 10000100 110100 10001110 111 111111 0 101100 100100101 101110 100110

Color Harmonies of #84348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84348E

Black with #84348E

Text Example


Text Example

White with #84348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84348E; }

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

 H1.HeaderClassName
 {
   color: #84348E;
 }
 .AnyTagClassName
 {
   color: #84348E;
 }
</style>

background-color css

<style>
 a { background-color: #84348E; }

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

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

border-color css

<style>
 span { border-color: #84348E; }

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

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