#84538F

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

Shades of Affair #84538F

Tints of Affair #84538F

Color information

#84538F (or 0x84538F) is unknown color: approx Affair. HEX triplet: 84, 53 and 8F. RGB value is (132,83,143). Sum of RGB (Red+Green+Blue) = 132+83+143=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 143 - color contains mainly: blue. Hex color #84538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84538F is #7BAC70. Grayscale: #686868. Windows color (decimal): -8105073 or 9393028. OLE color: 9393028.

HSL color Cylindrical-coordinate representation of color #84538F: hue angle of 289º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84538F is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13283143-
CMYK0.080.4200.44
HSL289º26.55%44.31%-
HSV(B)289º41.96%56.08%-
XYZ17.5713.0827.58-
YUV104.49149.73147.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 143 (56.25% from 255) = 39.94%
R=36.87%
G=23.18%
B=39.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132831430.080.4200.4428926.5544.31
Hex84538F82A02C1211b2c
Octal20412321710520544413354
Binary100001001010011100011111000101010010110010010000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84538F; }

 p { color: rgb(132,83,143); }

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

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

 a { background-color: rgb(132,83,143); }

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

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

 span { border-color: rgb(132,83,143); }

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