#842CAA

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

Shades of Vivid Violet #842CAA

Tints of Vivid Violet #842CAA

Color information

#842CAA (or 0x842CAA) is unknown color: approx Vivid Violet. HEX triplet: 84, 2C and AA. RGB value is (132,44,170). Sum of RGB (Red+Green+Blue) = 132+44+170=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #842CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842CAA is #7BD355. Grayscale: #545454. Windows color (decimal): -8115030 or 11152516. OLE color: 11152516.

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

Color convert

RGB13244170-
CMYK0.220.7400.33
HSL281.9º58.88%41.96%-
HSV(B)281.9º74.12%66.67%-
XYZ17.679.6138.95-
YUV84.68176.15161.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 44 (17.58% from 255) = 12.72%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=38.15%
G=12.72%
B=49.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132441700.220.7400.33281.958.8841.96
Hex842CAA164A02111a3b2a
Octal20454252261120414327352
Binary10000100101100101010101011010010100100001100011010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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