#840885

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

Shades of Purple #840885

Tints of Purple #840885

Color information

#840885 (or 0x840885) is unknown color: approx Purple. HEX triplet: 84, 08 and 85. RGB value is (132,8,133). Sum of RGB (Red+Green+Blue) = 132+8+133=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #840885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840885 is #7BF77A. Grayscale: #3A3A3A. Windows color (decimal): -8124283 or 8718468. OLE color: 8718468.

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

Color convert

RGB1328133-
CMYK0.010.9400.48
HSL299.52º88.65%27.65%-
HSV(B)299.52º93.98%52.16%-
XYZ13.846.7722.77-
YUV59.33169.58179.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 8 (3.52% from 255) = 2.93%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=48.35%
G=2.93%
B=48.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13281330.010.9400.48299.5288.6527.65
Hex8488515E03012c591c
Octal20410205113606045413134
Binary10000100100010000101110111100110000100101100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840885; }

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

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

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

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

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

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

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

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