#84538E

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

Shades of Affair #84538E

Tints of Affair #84538E

Color information

#84538E (or 0x84538E) is unknown color: approx Affair. HEX triplet: 84, 53 and 8E. RGB value is (132,83,142). Sum of RGB (Red+Green+Blue) = 132+83+142=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #84538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84538E is #7BAC71. Grayscale: #686868. Windows color (decimal): -8105074 or 9327492. OLE color: 9327492.

HSL color Cylindrical-coordinate representation of color #84538E: hue angle of 289.83º degrees, saturation: 0.26, 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 #84538E is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13283142-
CMYK0.070.4200.44
HSL289.83º26.22%44.12%-
HSV(B)289.83º41.55%55.69%-
XYZ17.4913.0527.19-
YUV104.38149.23147.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=36.97%
G=23.25%
B=39.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132831420.070.4200.44289.8326.2244.12
Hex84538E72A02C1221a2c
Octal2041232167520544423254
Binary10000100101001110001110111101010010110010010001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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