#84559B

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

Shades of Affair #84559B

Tints of Affair #84559B

Color information

#84559B (or 0x84559B) is unknown color: approx Affair. HEX triplet: 84, 55 and 9B. RGB value is (132,85,155). Sum of RGB (Red+Green+Blue) = 132+85+155=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #84559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84559B is #7BAA64. Grayscale: #6A6A6A. Windows color (decimal): -8104549 or 10179972. OLE color: 10179972.

HSL color Cylindrical-coordinate representation of color #84559B: hue angle of 280.29º 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 #84559B is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13285155-
CMYK0.150.4500.39
HSL280.29º29.17%47.06%-
HSV(B)280.29º45.16%60.78%-
XYZ18.6813.7732.68-
YUV107.03155.07145.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=35.48%
G=22.85%
B=41.67%

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
Decimal132851550.150.4500.39280.2929.1747.06
Hex84559BF2D0271181d2f
Octal20412523317550474303557
Binary100001001010101100110111111101101010011110001100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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