#84559A

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

Shades of Affair #84559A

Tints of Affair #84559A

Color information

#84559A (or 0x84559A) is unknown color: approx Affair. HEX triplet: 84, 55 and 9A. RGB value is (132,85,154). Sum of RGB (Red+Green+Blue) = 132+85+154=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #84559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84559A is #7BAA65. Grayscale: #6A6A6A. Windows color (decimal): -8104550 or 10114436. OLE color: 10114436.

HSL color Cylindrical-coordinate representation of color #84559A: hue angle of 280.87º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84559A is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13285154-
CMYK0.140.4500.40
HSL280.87º28.87%46.86%-
HSV(B)280.87º44.81%60.39%-
XYZ18.613.7432.24-
YUV106.92154.57145.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=35.58%
G=22.91%
B=41.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132851540.140.4500.40280.8728.8746.86
Hex84559AE2D0281191d2f
Octal20412523216550504313557
Binary100001001010101100110101110101101010100010001100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84559A; }

 p { color: rgb(132,85,154); }

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

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

 a { background-color: rgb(132,85,154); }

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

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

 span { border-color: rgb(132,85,154); }

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