#84569B

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

Shades of Affair #84569B

Tints of Affair #84569B

Color information

#84569B (or 0x84569B) is unknown color: approx Affair. HEX triplet: 84, 56 and 9B. RGB value is (132,86,155). Sum of RGB (Red+Green+Blue) = 132+86+155=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #84569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84569B is #7BA964. Grayscale: #6B6B6B. Windows color (decimal): -8104293 or 10180228. OLE color: 10180228.

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

Color convert

RGB13286155-
CMYK0.150.4500.39
HSL280º28.63%47.25%-
HSV(B)280º44.52%60.78%-
XYZ18.7613.9332.71-
YUV107.62154.74145.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=35.39%
G=23.06%
B=41.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132861550.150.4500.3928028.6347.25
Hex84569BF2D0271181d2f
Octal20412623317550474303557
Binary100001001010110100110111111101101010011110001100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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