#842EAE

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

Shades of Vivid Violet #842EAE

Tints of Vivid Violet #842EAE

Color information

#842EAE (or 0x842EAE) is unknown color: approx Vivid Violet. HEX triplet: 84, 2E and AE. RGB value is (132,46,174). Sum of RGB (Red+Green+Blue) = 132+46+174=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #842EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842EAE is #7BD151. Grayscale: #555555. Windows color (decimal): -8114514 or 11415172. OLE color: 11415172.

HSL color Cylindrical-coordinate representation of color #842EAE: hue angle of 280.31º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842EAE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13246174-
CMYK0.240.7400.32
HSL280.31º58.18%43.14%-
HSV(B)280.31º73.56%68.24%-
XYZ18.139.9241-
YUV86.31177.49160.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 46 (18.36% from 255) = 13.07%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=37.5%
G=13.07%
B=49.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132461740.240.7400.32280.3158.1843.14
Hex842EAE184A0201183a2b
Octal20456256301120404307253
Binary10000100101110101011101100010010100100000100011000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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