#84579A

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

Shades of Affair #84579A

Tints of Affair #84579A

Color information

#84579A (or 0x84579A) is unknown color: approx Affair. HEX triplet: 84, 57 and 9A. RGB value is (132,87,154). Sum of RGB (Red+Green+Blue) = 132+87+154=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #84579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84579A is #7BA865. Grayscale: #6B6B6B. Windows color (decimal): -8104038 or 10114948. OLE color: 10114948.

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

Color convert

RGB13287154-
CMYK0.140.4400.40
HSL280.3º27.8%47.25%-
HSV(B)280.3º43.51%60.39%-
XYZ18.7614.0632.3-
YUV108.09153.91145.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=35.39%
G=23.32%
B=41.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132871540.140.4400.40280.327.847.25
Hex84579AE2C0281181c2f
Octal20412723216540504303457
Binary100001001010111100110101110101100010100010001100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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