#840086

Color #840086 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #840086

Tints of Purple #840086

Color information

#840086 (or 0x840086) is unknown color: approx Purple. HEX triplet: 84, 00 and 86. RGB value is (132,0,134). Sum of RGB (Red+Green+Blue) = 132+0+134=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #840086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840086 is #7BFF79. Grayscale: #363636. Windows color (decimal): -8126330 or 8781956. OLE color: 8781956.

HSL color Cylindrical-coordinate representation of color #840086: hue angle of 299.1º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840086 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1320134-
CMYK0.01100.47
HSL299.1º100%26.27%-
HSV(B)299.1º100%52.55%-
XYZ13.826.6323.11-
YUV54.74172.73183.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 50.38%
R=49.62%
G=0%
B=50.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13201340.01100.47299.110026.27
Hex8408616402F12b641a
Octal2040206114405745314432
Binary10000100010000110111001000101111100101011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840086; }

 p { color: rgb(132,0,134); }

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

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

 a { background-color: rgb(132,0,134); }

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

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

 span { border-color: rgb(132,0,134); }

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