#842EA2

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

Shades of Vivid Violet #842EA2

Tints of Vivid Violet #842EA2

Color information

#842EA2 (or 0x842EA2) is unknown color: approx Vivid Violet. HEX triplet: 84, 2E and A2. RGB value is (132,46,162). Sum of RGB (Red+Green+Blue) = 132+46+162=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #842EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842EA2 is #7BD15D. Grayscale: #545454. Windows color (decimal): -8114526 or 10628740. OLE color: 10628740.

HSL color Cylindrical-coordinate representation of color #842EA2: hue angle of 284.48º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842EA2 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13246162-
CMYK0.190.7200.36
HSL284.48º55.77%40.78%-
HSV(B)284.48º71.6%63.53%-
XYZ17.019.4735.11-
YUV84.94171.49161.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 46 (18.36% from 255) = 13.53%
BLUE value IS 162 (63.67% from 255) = 47.65%
R=38.82%
G=13.53%
B=47.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132461620.190.7200.36284.4855.7740.78
Hex842EA2134802411c3829
Octal20456242231100444347051
Binary10000100101110101000101001110010000100100100011100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842EA2; }

 p { color: rgb(132,46,162); }

 H1.HeaderClassName
 {
   color: #842EA2;
 }
 .AnyTagClassName
 {
   color: #842EA2;
 }
</style>
background-color css

<style>
 a { background-color: #842EA2; }

 a { background-color: rgb(132,46,162); }

 div.DivClassName
 {
   background-color: #842EA2;
 }
 .BgClassName
 {
   background-color: #842EA2;
 }
</style>
border-color css

<style>
 span { border-color: #842EA2; }

 span { border-color: rgb(132,46,162); }

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