#842EAA

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

Shades of Vivid Violet #842EAA

Tints of Vivid Violet #842EAA

Color information

#842EAA (or 0x842EAA) is unknown color: approx Vivid Violet. HEX triplet: 84, 2E and AA. RGB value is (132,46,170). Sum of RGB (Red+Green+Blue) = 132+46+170=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #842EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842EAA is #7BD155. Grayscale: #555555. Windows color (decimal): -8114518 or 11153028. OLE color: 11153028.

HSL color Cylindrical-coordinate representation of color #842EAA: hue angle of 281.61º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842EAA is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13246170-
CMYK0.220.7300.33
HSL281.61º57.41%42.35%-
HSV(B)281.61º72.94%66.67%-
XYZ17.759.7638.98-
YUV85.85175.49160.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 46 (18.36% from 255) = 13.22%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=37.93%
G=13.22%
B=48.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132461700.220.7300.33281.6157.4142.35
Hex842EAA164902111a392a
Octal20456252261110414327152
Binary10000100101110101010101011010010010100001100011010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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