#84518E

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

Shades of Affair #84518E

Tints of Affair #84518E

Color information

#84518E (or 0x84518E) is unknown color: approx Affair. HEX triplet: 84, 51 and 8E. RGB value is (132,81,142). Sum of RGB (Red+Green+Blue) = 132+81+142=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #84518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84518E is #7BAE71. Grayscale: #676767. Windows color (decimal): -8105586 or 9326980. OLE color: 9326980.

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

Color convert

RGB13281142-
CMYK0.070.4300.44
HSL290.16º27.35%43.73%-
HSV(B)290.16º42.96%55.69%-
XYZ17.3412.7427.14-
YUV103.2149.9148.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 142 (55.86% from 255) = 40%
R=37.18%
G=22.82%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132811420.070.4300.44290.1627.3543.73
Hex84518E72B02C1221b2c
Octal2041212167530544423354
Binary10000100101000110001110111101011010110010010001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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