#842AAA

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

Shades of Vivid Violet #842AAA

Tints of Vivid Violet #842AAA

Color information

#842AAA (or 0x842AAA) is unknown color: approx Vivid Violet. HEX triplet: 84, 2A and AA. RGB value is (132,42,170). Sum of RGB (Red+Green+Blue) = 132+42+170=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #842AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842AAA is #7BD555. Grayscale: #535353. Windows color (decimal): -8115542 or 11152004. OLE color: 11152004.

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

Color convert

RGB13242170-
CMYK0.220.7500.33
HSL282.19º60.38%41.57%-
HSV(B)282.19º75.29%66.67%-
XYZ17.69.4638.93-
YUV83.5176.82162.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 42 (16.80% from 255) = 12.21%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=38.37%
G=12.21%
B=49.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132421700.220.7500.33282.1960.3841.57
Hex842AAA164B02111a3c2a
Octal20452252261130414327452
Binary10000100101010101010101011010010110100001100011010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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