#842866

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

Shades of Dark Purple #842866

Tints of Dark Purple #842866

Color information

#842866 (or 0x842866) is unknown color: approx Dark Purple. HEX triplet: 84, 28 and 66. RGB value is (132,40,102). Sum of RGB (Red+Green+Blue) = 132+40+102=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #842866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842866 is #7BD799. Grayscale: #4A4A4A. Windows color (decimal): -8116122 or 6695044. OLE color: 6695044.

HSL color Cylindrical-coordinate representation of color #842866: hue angle of 319.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842866 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13240102-
CMYK00.700.230.48
HSL319.57º53.49%33.73%-
HSV(B)319.57º69.7%51.76%-
XYZ12.677.3813.33-
YUV74.58143.48168.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 40 (16.02% from 255) = 14.60%
BLUE value IS 102 (40.23% from 255) = 37.23%
R=48.18%
G=14.60%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324010200.700.230.48319.5753.4933.73
Hex84286604617301403522
Octal20450146010627605006542
Binary1000010010100011001100100011010111110000101000000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842866; }

 p { color: rgb(132,40,102); }

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

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

 a { background-color: rgb(132,40,102); }

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

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

 span { border-color: rgb(132,40,102); }

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