#84348E

Color #84348E Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #84348E

Tints of Vivid Violet #84348E

Color information

#84348E (or 0x84348E) is unknown color: approx 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

RGB13252142-
CMYK0.070.6300.44
HSL293.33º46.39%38.04%-
HSV(B)293.33º63.38%55.69%-
XYZ15.639.3126.57-
YUV86.18159.5160.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132521420.070.6300.44293.3346.3938.04
Hex84348E73F02C1252e26
Octal204642167770544455646
Binary10000100110100100011101111111110101100100100101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>