#84549B

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

Shades of Affair #84549B

Tints of Affair #84549B

Color information

#84549B (or 0x84549B) is unknown color: approx Affair. HEX triplet: 84, 54 and 9B. RGB value is (132,84,155). Sum of RGB (Red+Green+Blue) = 132+84+155=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #84549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84549B is #7BAB64. Grayscale: #6A6A6A. Windows color (decimal): -8104805 or 10179716. OLE color: 10179716.

HSL color Cylindrical-coordinate representation of color #84549B: hue angle of 280.56º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84549B is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13284155-
CMYK0.150.4600.39
HSL280.56º29.71%46.86%-
HSV(B)280.56º45.81%60.78%-
XYZ18.613.6132.66-
YUV106.45155.4146.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=35.58%
G=22.64%
B=41.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132841550.150.4600.39280.5629.7146.86
Hex84549BF2E0271191e2f
Octal20412423317560474313657
Binary100001001010100100110111111101110010011110001100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84549B; }

 p { color: rgb(132,84,155); }

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

<style>
 a { background-color: #84549B; }

 a { background-color: rgb(132,84,155); }

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

<style>
 span { border-color: #84549B; }

 span { border-color: rgb(132,84,155); }

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