#842FA5

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

Shades of Vivid Violet #842FA5

Tints of Vivid Violet #842FA5

Color information

#842FA5 (or 0x842FA5) is unknown color: approx Vivid Violet. HEX triplet: 84, 2F and A5. RGB value is (132,47,165). Sum of RGB (Red+Green+Blue) = 132+47+165=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #842FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842FA5 is #7BD05A. Grayscale: #555555. Windows color (decimal): -8114267 or 10825604. OLE color: 10825604.

HSL color Cylindrical-coordinate representation of color #842FA5: hue angle of 283.22º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842FA5 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13247165-
CMYK0.200.7200.35
HSL283.22º55.66%41.57%-
HSV(B)283.22º71.52%64.71%-
XYZ17.329.6636.55-
YUV85.87172.66160.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 47 (18.75% from 255) = 13.66%
BLUE value IS 165 (64.84% from 255) = 47.97%
R=38.37%
G=13.66%
B=47.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132471650.200.7200.35283.2255.6641.57
Hex842FA5144802311b382a
Octal20457245241100434337052
Binary10000100101111101001011010010010000100011100011011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,47,165); }

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

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

 a { background-color: rgb(132,47,165); }

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

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

 span { border-color: rgb(132,47,165); }

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