#840986

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

Shades of Purple #840986

Tints of Purple #840986

Color information

#840986 (or 0x840986) is unknown color: approx Purple. HEX triplet: 84, 09 and 86. RGB value is (132,9,134). Sum of RGB (Red+Green+Blue) = 132+9+134=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #840986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840986 is #7BF679. Grayscale: #3B3B3B. Windows color (decimal): -8124026 or 8784260. OLE color: 8784260.

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

Color convert

RGB1329134-
CMYK0.010.9300.47
HSL299.04º87.41%28.04%-
HSV(B)299.04º93.28%52.55%-
XYZ13.926.8223.14-
YUV60.03169.75179.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 9 (3.91% from 255) = 3.27%
BLUE value IS 134 (52.73% from 255) = 48.73%
R=48%
G=3.27%
B=48.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13291340.010.9300.47299.0487.4128.04
Hex8498615D02F12b571c
Octal20411206113505745312734
Binary10000100100110000110110111010101111100101011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840986; }

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

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

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

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

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

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

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

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