#840876

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

Shades of Purple #840876

Tints of Purple #840876

Color information

#840876 (or 0x840876) is unknown color: approx Purple. HEX triplet: 84, 08 and 76. RGB value is (132,8,118). Sum of RGB (Red+Green+Blue) = 132+8+118=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #840876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840876 is #7BF789. Grayscale: #393939. Windows color (decimal): -8124298 or 7735428. OLE color: 7735428.

HSL color Cylindrical-coordinate representation of color #840876: hue angle of 306.77º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840876 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB1328118-
CMYK00.940.110.48
HSL306.77º88.57%27.45%-
HSV(B)306.77º93.94%51.76%-
XYZ12.876.3917.69-
YUV57.62162.08181.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 8 (3.52% from 255) = 3.10%
BLUE value IS 118 (46.48% from 255) = 45.74%
R=51.16%
G=3.10%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132811800.940.110.48306.7788.5727.45
Hex8487605EB30133591b
Octal204101660136136046313133
Binary1000010010001110110010111101011110000100110011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840876; }

 p { color: rgb(132,8,118); }

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

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

 a { background-color: rgb(132,8,118); }

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

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

 span { border-color: rgb(132,8,118); }

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