#842EAC

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

Shades of Vivid Violet #842EAC

Tints of Vivid Violet #842EAC

Color information

#842EAC (or 0x842EAC) is unknown color: approx Vivid Violet. HEX triplet: 84, 2E and AC. RGB value is (132,46,172). Sum of RGB (Red+Green+Blue) = 132+46+172=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #842EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842EAC is #7BD153. Grayscale: #555555. Windows color (decimal): -8114516 or 11284100. OLE color: 11284100.

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

Color convert

RGB13246172-
CMYK0.230.7300.33
HSL280.95º57.8%42.75%-
HSV(B)280.95º73.26%67.45%-
XYZ17.949.8439.98-
YUV86.08176.49160.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 46 (18.36% from 255) = 13.14%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=37.71%
G=13.14%
B=49.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132461720.230.7300.33280.9557.842.75
Hex842EAC17490211193a2b
Octal20456254271110414317253
Binary10000100101110101011001011110010010100001100011001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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